I can't figure this out:
22.584\r\n\t\t\tl-6.579-22
I want to match the "\r\n\t\t\t"
and replace with a single space " "
. Problem is the number of "\t"
, "\r"
, and "\n"
fluctuates, as do the surrounding characters.
Help!
s/\s+/ /g
s/(?:\\[rnt])+/ /g
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With