Base Framework
RegExp Member List

This is the complete list of members for RegExp, including all inherited members.

compile()RegExpprotected
doesMatch(const String &value, MemorySize start=0) constRegExp
getPattern() const noexceptRegExpinline
isCaseSensitive() const noexceptRegExpinline
isRegularExpression(const String &pattern, bool caseSensitive=true) noexceptRegExpstatic
isValid() const noexceptRegExpinline
match(const String &value, MemorySize start=0) constRegExp
match(const String &value, Array< Substring > &arguments, MemorySize start=0) constRegExp
RegExp() noexceptRegExp
RegExp(const String &pattern, bool caseSensitivity=true)RegExp
release() noexceptRegExpprotected
setCaseSensitivity(bool _caseSensitive) noexceptRegExpinline
setPattern(const String &pattern)RegExp
~RegExp() noexceptRegExpinline