DeSR Dependency Parser

Tanl::Text::RegExp Namespace Reference

Regular Expression matching. More...


Classes

class  ParseException
class  MatchGroups
 Holds the offsets of matching regular expressions. More...
class  Pattern
 Regular Expression matching. More...

Enumerations

enum  CompileFlags {
  IgnoreCase = PCRE_CASELESS, NoNewLine = PCRE_MULTILINE, DotAll = PCRE_DOTALL, Extended = PCRE_EXTENDED,
  Anchored = PCRE_ANCHORED, DollarEndOnly = PCRE_DOLLAR_ENDONLY, Extra = PCRE_EXTRA, UnGreedy = PCRE_UNGREEDY,
  Utf8 = PCRE_UTF8
}
enum  EvaluateFlags { NotBol = PCRE_NOTBOL, NotEmpty = PCRE_NOTEMPTY, NotEol = PCRE_NOTEOL }


Detailed Description

Regular Expression matching.

 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.