boost::parser::hex_digit
// In header: <boost/parser/parser.hpp> unspecified hex_digit;
The hexidecimal digit parser. Matches the full set of Unicode hexidecimal digits (upper or lower case); in other words, all Unicode code points with the "Hex_Digit" character property.