Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global xdigit

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

Synopsis

unspecified xdigit;

Description

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

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext