Tool
Image
Solid
Array
Vector
Primitive Curves
Triangulation
Toolset
Panels
Curve Analysis
3D Object
Boolean Operation
Analysis
Transform
Surface
Render
Intersection
Text
Match Text
Match a text against a pattern
Details
ID
tool-text-match-text
Name
Match Text
Group
Text
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Text | String | Text to match | |
| Pattern | String | Optional wildcard pattern for matching | |
| RegExp | String | Optional RegEx pattern for matching | |
| Boolean | Boolean | Compare using case-sensitive matching |
Output ports
| Name | Type | Description |
|---|---|---|
| Boolean | Boolean | The resulting text fragment |
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