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.