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:
- * 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
- ? 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]