Tool
Analysis
Panels
Vector
Primitive Curves
Boolean Operation
Solid
Surface
Curve Analysis
3D Object
Toolset
Intersection
Transform
Triangulation
Render
Text
Image
Array
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