Could anyone help me with a REGEX / Saved Search i...
# suitescript
e
Could anyone help me with a REGEX / Saved Search issue - I’m trying to find all items that have a single quote in their description This doesn’t work because the single quote in the brackets terminates the string for NetSuite… I tried using
'[\']'
but that gives me an invalid expression error
REGEXP_REPLACE({description}, '[']','SINGLE QUOTE')
Anyone know how to escape a character for the formula?