Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global alnum

boost::xpressive::alnum — Matches an alpha-numeric character.

Synopsis

unspecified alnum;

Description

The regex traits are used to determine which characters are alpha-numeric. To match any character that is not alpha-numeric, use ~alnum.

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext