Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global _w

boost::xpressive::_w — Matches a word character.

Synopsis

unspecified _w;

Description

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

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext