Regex
Pattern matching with regular expressions.
Available Functions
| Function | Description |
|---|---|
| Regex.Escape | Escapes a string for use in a regular expression. |
| Regex.new | Constructs a new Regex object using the specified pattern. |
Pattern matching with regular expressions.
| Function | Description |
|---|---|
| Regex.Escape | Escapes a string for use in a regular expression. |
| Regex.new | Constructs a new Regex object using the specified pattern. |