Skip to main content
Arash Teimoupoor ha fatto una domanda in #Formulas
Hi Everyone,

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

     

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

     

     

0/9000