Checks if a string includes another string
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
Text (text) | string | - | - | The text to check | ||
Substring (substring) | string | - | - | The substring to check, it can be a string or a regular expression, if it is a regular expression, it will be converted to a string | ||
Position (position) | number | - | - | The position to start searching the string, default is 0 |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Text (text) | string | The text to check | |||
Substring (substring) | string | The substring to check, it can be a string or a regular expression, if it is a regular expression, it will be converted to a string | |||
Position (position) | number | 0 | The position to start searching the string, default is 0 |
Name | Type | Description |
---|---|---|
Output (output) | boolean |