Match a text against a pattern
ID
tool-text-match-text
Name
Match Text
Group
Text
Package
Tool
Keywords
Render
After creating a node, to the first port, connect the base text. Connect the optional wildcard pattern for matching to the second port, and the optional RegExp pattern for matching to the third port. For using case-sensitive matching connect the boolean toggle to the fourth port. On the output port, we will get the resulting text fragment.
Characters
Concatenate
Text Case
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
text | String | Text to match | |
pattern | String | Optional wildcard pattern for matching | |
regexp | String | Optional RegEx pattern for matching | |
caseSensitive | Boolean | Compare using case-sensitive matching |
Outputs
Name | Type | Description |
---|---|---|
match | Boolean | The resulting text fragment |