I’m trying to use IsMatch activity, where I’m looking for “( 11 )” or “( 22 )” (wihout quotes) string inside the searched string.
The activity always returns false even if the string is match. The pattern parameter of the activity is set to “backslash( 11 backslash)” - doesn’t work and “backslash( 11 backslash) | backslash( 22 backslash)”. The “backslash” is a character of course. Doesn’t work either.