empty() const | FX::FXRex | [inline] |
FXRex() | FX::FXRex | [inline] |
FXRex(const FXRex &orig) | FX::FXRex | |
FXRex(const FXchar *pattern, FXint mode=REX_NORMAL, FXRexError *error=NULL) | FX::FXRex | |
FXRex(const FXString &pattern, FXint mode=REX_NORMAL, FXRexError *error=NULL) | FX::FXRex | |
getError(FXRexError err) | FX::FXRex | [inline, static] |
match(const FXchar *string, FXint len, FXint *beg=NULL, FXint *end=NULL, FXint mode=REX_FORWARD, FXint npar=1, FXint fm=0, FXint to=2147483647) const | FX::FXRex | |
match(const FXString &string, FXint *beg=NULL, FXint *end=NULL, FXint mode=REX_FORWARD, FXint npar=1, FXint fm=0, FXint to=2147483647) const | FX::FXRex | |
operator!=(const FXRex &rex) const | FX::FXRex | |
operator<<(FXStream &store, const FXRex &s) | FX::FXRex | [friend] |
operator=(const FXRex &orig) | FX::FXRex | |
operator==(const FXRex &rex) const | FX::FXRex | |
operator>>(FXStream &store, FXRex &s) | FX::FXRex | [friend] |
parse(const FXchar *pattern, FXint mode=REX_NORMAL) | FX::FXRex | |
parse(const FXString &pattern, FXint mode=REX_NORMAL) | FX::FXRex | |
substitute(const FXchar *string, FXint len, FXint *beg, FXint *end, const FXString &replace, FXint npar=1) | FX::FXRex | [static] |
substitute(const FXString &string, FXint *beg, FXint *end, const FXString &replace, FXint npar=1) | FX::FXRex | [static] |
~FXRex() | FX::FXRex | |