Inputs
| Parameter | Description | Data Type | Required | Range |
|---|---|---|---|---|
string | The text string to search for matches | STRING | Yes | - |
regex_pattern | The regular expression pattern to match against the string | STRING | Yes | - |
case_insensitive | Whether to ignore case when matching (default: True) | BOOLEAN | No | - |
multiline | Whether to enable multiline mode for regex matching (default: False) | BOOLEAN | No | - |
dotall | Whether to enable dotall mode for regex matching (default: False) | BOOLEAN | No | - |
Outputs
| Output Name | Description | Data Type |
|---|---|---|
matches | Returns True if the regex pattern matches any part of the input string, False otherwise | BOOLEAN |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Source fingerprint (SHA-256):
4f0fa717bde7406e42d9a99599eab546690140166d2bb01bb4fde3c5d60e0397