I'm trying to use REGEX_Replace to turn instances of " into "
Unfortunately the Syntax for REGEX_Replace requires you to put your answer into quotes
None of the below work
REGEX_Replace([High Level Project Description], "(")", " " ")
REGEX_Replace([High Level Project Description], "(")", " \" ")
REGEX_Replace([High Level Project Description], "(")", " ' " ' ")
Is there anyway to make this work with the Formula Tool or will I have to use something else?