function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MaxaMaxa 

Validation rule to restrict adress to alphanumeric only

Hi,

I'm trying to write validation rule to amke sure that only aplha numeric characters are possible in the stree adress field, not sure how to aproach ti.

only way i found was to use contain function, but then i have to write vlaidatino rule for every character

 

Any ideas on more simple way?