Salesforce Asked on December 12, 2021
REGEX(Company_History__c, ‘["]+’)
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
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP