Hi,
I'm having trouble with removing linebreaks "\n" from af string. I can't use a replace expression, since it won't recognize the "\n"s. It is like the replace function only works with what is visible, and not the raw input. The trim function will remove the first and the last, but I can't figure out how to remove the remaining. It is a VIN number, slightly changed for this post, and I want to end up with the VIN number on one line without spaces.
Raw output from an OCR function:
"\nU X 8\nP\nT\n4\nS\nB\nX\nR\n4\nK B 2\n530\n"
I hope that one of you have a good idea.
Best regards,
Martin