How do I use regex in google apps script to replace the special characters in my text but only those between certain strings?
so if this was the text and x represents random alphanumeric characters...
xx@@xxxSTARTxxx@@@xxx$xxxENDxxxxx@@££xxxSTARTxxxx££££xxx&&&&&xxxxENDxxx
what regex would i need so i end up with
xx@@xxxSTARTxxxxxxxxxENDxxxxx@@££xxxSTARTxxxxxxxxxxxENDxxx