Skip to main content
Arash Teimoupoor が「#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 件の回答
  1. 2015年3月12日 17:43
    Try this:

     

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

     

     

0/9000