https://netsuiteprofessionals.com logo
Title
u

Usman Nawaz

02/04/2021, 2:24 PM
I am trying to manipulate the following field and use a REGEXP_REPLACE() function to remove carriage returns and new lines. I don’t know how to annotate the ‘\r’ return properly in the expression along with other characters. Could you please let me know how it can be done.
e

Eric B

02/04/2021, 2:27 PM
use CHR(13) for carriage return CHR(10) for newline.