/home/boudevil/Projects/Generic/Personnel/LOANI-testing/LOANI-0.6/LOANI-repository/ceylan/Ceylan/trunk/src/code/generic/CeylanRegularExpression.h

Regular expression support, which is an optional Ceylan feature. To analyze a string, construct a RegExp object.

 RegExp re( "www.host.com" ) ;
 ...
 if ( re.matches( aPattern ) ) ...
 

Note:
No RegExp instance will be created if the feature for regular expression support is not available, since the RegExp will fail in this case.
See also:
Feature::areRegularExpressionsSupported

Tcl regular expression (man re_syntax) to learn the pattern-matching syntax.

http://www.mkssoftware.com/docs/man1/re_syntax.1t.asp


Generated on Thu Jun 4 20:39:15 2009 for Ceylan by  doxygen 1.5.8