Web Site


Regular expressions overview


Class Regexp

 

Constructor

Parse expression

Parse(const STRCHAR*, BOOL bCaseSensitive);

 

Find matches  

Match(const STRCHAR*, RegexpMatch*, const STRCHAR **)


Class RegexpMatch

 

Constructor

Get matching substring

GetCompleteMatch(const STRCHAR**, const STRCHAR**)
GetCompleteMatch(int)

 

Get matching substring groups

GetCount()
GetMatch(int, const STRCHAR**, const STRCHAR**)
GetMatch(int)


All Methods