boost::parser::digit
// In header: <boost/parser/parser.hpp> constexpr parser_interface< digit_parser > digit;
The decimal digit parser. Matches the full set of Unicode decimal digits; in other words, all Unicode code points with the "Nd" character property. Note that this covers all Unicode scripts, only a few of which are Latin.