In ACL language, how to remove line breaks in a characters string?
I try this command:
gsub("\r\n", "", $x);
But it doesn't work.
Can you help me?
In ACL language, how to remove line breaks in a characters string?
I try this command:
gsub("\r\n", "", $x);
But it doesn't work.
Can you help me?