^NVM I found it. Apparently it’s four single quote...
# suitescript
e
^NVM I found it. Apparently it’s four single quotes to find a single quote:
REGEXP_REPLACE({description}, '['''']','SINGLE QUOTE')
FYI - Works with double quotes as well:
REGEXP_REPLACE({description}, '[""""]','DOUBLE QUOTE')