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 Antworten
  1. 12. März 2015, 17:43
    Try this:

     

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

     

     

0/9000