The $Expressions context item used to create regular expression classes and perform regular expression operations.
$Expressions Operations
| Operation | Description |
|---|---|
| CreateExpression |
Create a new regular expression Parameters
Output
|
| CreateExpression |
Create a new regular expression with options Parameters
Output
|
| IsMatch |
Use a regular expression pattern to match an input Parameters
Output
|
| IsMatch |
Use a regular expression pattern to match an input using options Parameters
Output
|
| Replace |
Use a regular expression used to replace the input with a pattern and replacement value Parameters
Output
|
| Replace |
Use a regular expression used to replace the input with a pattern and replacement value using options. Parameters
Output
|
| Split |
Use a regular expression used to split the input by pattern matches. Parameters
Output
|
| Split |
Use a regular expression used to split the input by pattern matches using options. Parameters
Output
|