This is the complete list of members for
wxRegEx, including all inherited members.
Compile(const wxString &pattern, int flags=wxRE_DEFAULT) | wxRegEx | |
GetMatch(size_t *start, size_t *len, size_t index=0) const | wxRegEx | |
GetMatch(const wxString &text, size_t index=0) const | wxRegEx | |
GetMatchCount() const | wxRegEx | |
IsValid() const | wxRegEx | |
Matches(const wxChar *text, int flags=0) const | wxRegEx | |
Matches(const wxChar *text, int flags, size_t len) const | wxRegEx | |
Matches(const wxString &text, int flags=0) const | wxRegEx | |
Replace(wxString *text, const wxString &replacement, size_t maxMatches=0) const | wxRegEx | |
ReplaceAll(wxString *text, const wxString &replacement) const | wxRegEx | |
ReplaceFirst(wxString *text, const wxString &replacement) const | wxRegEx | |
wxRegEx() | wxRegEx | |
wxRegEx(const wxString &expr, int flags=wxRE_DEFAULT) | wxRegEx | |
~wxRegEx() | wxRegEx | |