Skip to main content
Hi Everyone,

I want to have a validation rule to prevent special characters in text field except these 2: (.) and (‘).  please advise. thanks
10 answers
  1. Mar 12, 2015, 5:43 PM
    Try this:

     

    NOT(REGEX( test__c ,"[^.']"))

     

     

0/9000