Hi,
is there any way to use regular expression in "if" action as in "Variable operate->regular expression processing"?
when I want to check if my variable contain/doesn't contain letters, I need to compare with all letters of alphabet:
If variable contain a
If variable contain b
If variable contain c
..
If variable contain z
using regular expression it will be quicker to build and bot will not spend much time to run "if" loops so many times.
If variable contain [a-Z]
Regards