Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global upper

boost::xpressive::upper — Matches an upper-case character.

Synopsis

unspecified upper;

Description

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

Copyright © 2003, 2004 Eric Niebler

PrevUpHomeNext