Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global cntrl

boost::xpressive::cntrl — Matches a control character.

Synopsis

unspecified cntrl;

Description

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

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext