i found below string fucntion. in help document but it will check [A-Za-z]Â pattern.
string matches(string srcRegex, string srcStr [, string caseInsensitive=false])Â
i found below string fucntion. in help document but it will check [A-Za-z]Â pattern.
string matches(string srcRegex, string srcStr [, string caseInsensitive=false])Â
Best answer by MayKwok
In ONE web 13.6, you can use this in condition builder

You can modify this regex to whatever regex you want.
Â
In a non-regex way, I also sometimes use trashNonLetters(ATTRIBUTE_1)<>ATTRIBUTE_1 . If both sides equal it means there were no non-letters trashed, meaning ATTRIBUTE_1 only has letters.
Does this help?Â
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.