functionregexBool
Returns true if the string matches the regular expression.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | str | ||
| String | re | ||
| Boolean | extended | true | Use POSIX extended or regular syntax |
| Boolean | caseInsensitive | false |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | matches |