Checks whether a string matches the given pattern. Returns true if matches and false otherwise.
inputs:
string – link the string to be checked for pattern match. Commonly linked from the output of Get Entity Attributes operator.
- Required: yes
pattern – link the pattern to look for in string. Patterns are defined with RegExp Template Match Pattern, Trivial Template Match Pattern, Valid Email Match Pattern
- Required: yes
outputs:
result – true when input string matches pattern, false – otherwise. Use this output to build condition for Branch
Click to rate this post!
[Total: 0 Average: 0]