API Reference

Regex

Pattern matching with regular expressions.

Available Functions

FunctionDescription
Regex.EscapeEscapes a string for use in a regular expression.
Regex.newConstructs a new Regex object using the specified pattern.