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
WPCMSWPCMS 

Syntax Question: "Does Not Contain" syntax

I have just started using the "Contains" syntax fuction and I now need to know what the "Does not Contain" function formula.

 

Thanks,

Best Answer chosen by Admin (Salesforce Developers) 
MVJMVJ

Use the NOT function:

 

NOT(CONTAINS(text, compare_text))