Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global _d

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

Synopsis

unspecified _d;

Description

'_d' matches a single digit character. The regex traits are used to determine which characters are digits. Use ~_d to match a character that is not a digit character.

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext