Hi All,
I was wondering if we could use the string\replace function to also replace newlines. If yes, how would that work?
To illustrate, I want change:
"hello
world"
into
"hello \n world"
Thanks in advance!
I was wondering if we could use the string\replace function to also replace newlines. If yes, how would that work?
To illustrate, I want change:
"hello
world"
into
"hello \n world"
Thanks in advance!
Comment