Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global digit

boost::xpressive::digit — Matches a digit character.

Synopsis

unspecified digit;

Description

The regex traits are used to determine which characters are digits. To match any character that is not a digit, use ~digit.

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext