Hello, I'm trying to find special characters in the field using Regex_Match. I need to check double and single quotes as well, but I can't figure out the format to include them.
Here's my formula:
REGEX_Match([ALL], ".*[\@!#%^*?$~+&].*")
This is what I want:
REGEX_Match([ALL], ".*[\@!#%^*?$~+&"'].*") i.e. add checks for " and ' as well.
I tried using """ for " as well as ' " ' and many other combinations, but nothing works.
Please help :)
Solved! Go to Solution.
You can just use a contains([field],’”’) to see if there’s a double quote in there
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |