Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global digit

boost::parser::digit

Synopsis

// In header: <boost/parser/parser.hpp>

parser_interface< digit_parser > digit;

Description

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.


PrevUpHomeNext