Pattern Matching (Only alphabets) in Autocomplete Rules
Summary:
We have a requirement to only allow alphabets A through Z and a through z.
I am using the REGEXP: [A-Za-z] but that is not solving the purpose.
Is there any other pattern matching which should be used?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0