Hello guys,
which regular expression should I use to replace ALL types of white spaces in a grabbed text. By all I mean spaces, line breaks, paragraph - whichever it can be.
Additionally, I would appreciate it if you could explain to me in more detail these:
\s
\f
\n
\r
\t
\v
Thank you in advance and happy automating!
which regular expression should I use to replace ALL types of white spaces in a grabbed text. By all I mean spaces, line breaks, paragraph - whichever it can be.
Additionally, I would appreciate it if you could explain to me in more detail these:
\s
\f
\n
\r
\t
\v
Thank you in advance and happy automating!