|
JX Application Framework
|
This is the complete list of members for JRegex, including all inherited members.
| BackslashForLiteral(const JString &text) | JRegex | static |
| GetPattern() const | JRegex | inline |
| GetSubexpressionCount() const | JRegex | |
| GetSubexpressionIndex(const JUtf8Byte *name, JIndex *index) const | JRegex | |
| GetSubexpressionIndex(const JString &name, JIndex *index) const | JRegex | inline |
| IncludeSubmatches enum name | JRegex | |
| IsCaseSensitive() const | JRegex | inline |
| IsLineBegin() const | JRegex | inline |
| IsLineEnd() const | JRegex | inline |
| IsSingleLine() const | JRegex | inline |
| IsUtf8() const | JRegex | inline |
| JRegex() | JRegex | |
| JRegex(const JString &pattern) | JRegex | |
| JRegex(const JUtf8Byte *pattern) | JRegex | |
| JRegex(const JRegex &source) | JRegex | |
| JStringIterator | JRegex | friend |
| JSubstitute | JRegex | friend |
| kError | JRegex | static |
| kIgnoreSubmatches enum value | JRegex | |
| kIncludeSubmatches enum value | JRegex | |
| Match(const JString &str) const | JRegex | inline |
| Match(const JString &str, const IncludeSubmatches includeSubmatches) const | JRegex | inline |
| MatchBackward(const JString &str, const JIndex byteIndex) const | JRegex | protected |
| MatchForward(const JString &str, const JIndex byteIndex) const | JRegex | inlineprotected |
| NeedsBackslashToBeLiteral(const JUtf8Byte c) | JRegex | inlinestatic |
| NeedsBackslashToBeLiteral(const JUtf8Character &c) | JRegex | inlinestatic |
| operator=(const JRegex &source) | JRegex | |
| RestoreDefaults() | JRegex | |
| SetCaseSensitive(const bool yesNo=true) | JRegex | inline |
| SetLineBegin(const bool yesNo=true) | JRegex | inline |
| SetLineEnd(const bool yesNo=true) | JRegex | inline |
| SetPattern(const JString &pattern) | JRegex | |
| SetPattern(const JUtf8Byte *pattern) | JRegex | |
| SetPatternOrDie(const JString &pattern) | JRegex | |
| SetPatternOrDie(const JUtf8Byte *pattern) | JRegex | |
| SetSingleLine(const bool yesNo=true) | JRegex | inline |
| SetUtf8(const bool yesNo=true) | JRegex | inline |
| ~JRegex() | JRegex | virtual |