Trivial Template Match Pattern

Allows creating a simple pattern to be used in Check If String Matches Pattern operator.

inputs:

template – link with or specify directly in the operator the pattern to look for. Supports wildcards:

  1. * to match any number of characters, but at least one. Let’s say there is string Case#1234. Pattern *Case* for this string returns false as there are no symbols prior to the key word Case. Pattern Case* for such string returns true
  2. ? to match only one character
  • Required: yes

outputs:

pattern – pattern for use as input for Check If String Matches Pattern

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *