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) | RegexInterface | static |
GetFlags() const | RegexInterface | |
GetString() const | RegexInterface | |
Match(const String &string, const ValueReceiver< const RegexMatch & > &receiver, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT) const | RegexInterface | |
MAXON_INTERFACE(RegexInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.interface.regex") | RegexInterface | private |
Replace(const String &string, const String &replacement, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT) const | RegexInterface | |
Search(const String &string, const ValueReceiver< const String & > &receiver, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT|REGEX_MATCH_FLAGS::MATCH_ALL) const | RegexInterface | |
Split(const String &string, const ValueReceiver< const String & > &receiver, REGEX_MATCH_FLAGS flags=REGEX_MATCH_FLAGS::DEFAULT) const | RegexInterface |