How to identify special characters other than 0-9 and A-Z in autocomplete rule
Summary:
How to identify special characters other than 0-9 and A-Z in autocomplete rule
Content (please ensure you mask any confidential information):
How to identify special characters other than 0-9 and A-Z in autocomplete rule
If any letter used other than numbers and alphabets , we need to populate an error. We are writing this rule in object validation rule
I tried using [^a-zA-Z0-9] and this is not working for us.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0