class
Regexp
(Return to index)
regular expression searching
Type:
Instantiable
Derived Classes
Include file:
InterViews/regexp.h
Description:
man page
Public:
int
BeginningOfMatch
(int subexp = 0)
int
EndOfMatch
(int subexp = 0)
int
Match
(const char* text, int length, int index)
Regexp
(const char*)
Regexp
(const char*, int length)
int
Search
(const char* text, int length, int index, int range)
const char*
pattern
() const
~Regexp
()
(more documentation)