check if string is LIKE variable
in workflow 4, I'm trying to check if a string variable contains a given value (from another variable) using wildcards, but cannot work out the syntax.
Basically I just want to say, in an if or switch task, strValue like '%strValue2%'
Any ideas on what syntax I should be using here? Thanks!
0
-
Try strValue.contains(strValue2)
You'll want to use an If rather than Switch, because switch is for exact matches only.
Hope that helps!0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar