Enables processing of a regular expression.
EditOperations
EditgetMatches
Returns the set of matches for the regular expression
Inputs
| Name | Description |
| expression | The regular expression (backslashes must be escaped) |
| textToMatch | The text to match |
Outputs
EditisMatch
Returns true if the text matches for the regular expression, or false otherwise
Inputs
| Name | Description |
| expression | The regular expression (backslashes must be escaped) |
| textToMatch | The text to match |
Outputs
EditisWholeNumber
Returns true if the expression is a whole number (with no punctuation), or false otherwise
Inputs
| Name | Description |
| text | The input which may or may not be a number |
Outputs
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.