RegexInterface Member List

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

Create(const String &string, REGEX_SYNTAX_FLAGS flags=REGEX_SYNTAX_FLAGS::ECMAScript)RegexInterfacestatic
GetFlags() constRegexInterface
GetString() constRegexInterface
Match(const String &string, const ValueReceiver< const RegexMatch & > &receiver, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT) constRegexInterface
MAXON_INTERFACE(RegexInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.interface.regex")RegexInterfaceprivate
Replace(const String &string, const String &replacement, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT) constRegexInterface
Search(const String &string, const ValueReceiver< const String & > &receiver, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT|REGEX_MATCH_FLAGS::MATCH_ALL) constRegexInterface
Split(const String &string, const ValueReceiver< const String & > &receiver, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT) constRegexInterface