Regular expressions.
Regular expressions.
Result of a call to Regex::SearchAll
.
Perform a regex search and replace on the given string.
string
Perform a regex match on the source string and returns true if it matches.
bool
Perform a regex match on the source string and returns true if it contains the pattern.
bool
Performs a regex match on the source string and returns the matched groups if it matches, or an empty array if it doesn't.
string[]@
Searches for a regex match on the source string and returns the matched groups if it matches, or an empty array if it doesn't.
string[]@
Searches for a regex match on the source string and returns all the matches.
Regex::SearchAllResult@
Flags that can be passed to regular expression functions.