Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global space

boost::xpressive::space — Matches a space character.

Synopsis

unspecified space;

Description

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

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext