Base Framework
|
This is the complete list of members for RegExp, including all inherited members.
compile() | RegExp | protected |
doesMatch(const String &value, MemorySize start=0) const | RegExp | |
getPattern() const noexcept | RegExp | inline |
isCaseSensitive() const noexcept | RegExp | inline |
isRegularExpression(const String &pattern, bool caseSensitive=true) noexcept | RegExp | static |
isValid() const noexcept | RegExp | inline |
match(const String &value, MemorySize start=0) const | RegExp | |
match(const String &value, Array< Substring > &arguments, MemorySize start=0) const | RegExp | |
RegExp() noexcept | RegExp | |
RegExp(const String &pattern, bool caseSensitivity=true) | RegExp | |
release() noexcept | RegExp | protected |
setCaseSensitivity(bool _caseSensitive) noexcept | RegExp | inline |
setPattern(const String &pattern) | RegExp | |
~RegExp() noexcept | RegExp | inline |