latest
Text
Match Text

Match a text against a pattern

ID

662ae7a510b6cb87640c92d0

Name

Match Text

Group

Text

Package

Tool

Keywords

regexp
equal

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Match Text node.

  • The first way to create a Match Text node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • regexp , equal
  • The second way is to select a Match Text node from the menu that opens from the top left.
    • Menu > Tool > Text > Match Text

Steps

  • Create a Match Text node.
  • Connect the base text to the first port.
  • Connect the optional wildcard pattern for matching to the second port.
  • Connect the optional the RegExp pattern for matching to the third port.
  • Connect the boolean toggle for using case-sensitive matching to the fourth port.

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.

See also

Characters
Concatenate
Text Case

Inputs

NameTypeDescriptionDefault 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

NameTypeDescription
match
Boolean
The resulting text fragment