How to escape characters in ${!Leads.First_Name}
How to escape characters in ${!Leads.First_Name}
I want to use this string in a call to replaceAll()
replaceAll( ${!Leads.First_Name}, "some text");
How to escape the necessary characters?