TransWikia.com

I am looking for a Regex Validation to avoid " in the text field . I have tried using the below formula But its not working

Salesforce Asked on December 12, 2021

REGEX(Company_History__c, ‘["]+’)

One Answer

You don't need a regex for this, just:

FIND('"', Company_History__c) > 0

REGEX works on the entire field, so you probably needed this instead:

REGEX(Company_History__c, '.*".*')

Answered by sfdcfox on December 12, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP