Hi.
I have a text containing line breaks:
some text
what i want
some more text
How can i tell the trim text function to cut the text inbetween the two line breaks and give me "what i want" as a result?
I found the solution %' '% for "space", but i did not find anything for a line break ( something like \n or br )