Turn a multi line file into a single line file
Posted: Wed Jul 16, 2014 2:37 pm
I have a 2000+ line file that needs to be one line long. How can I remove all the CRLFs at the end of each line?
forums.textpad.com
https://forums.textpad.com/
Why do you want to remove the last character of each line, and the first character from all lines except the first?agent86 wrote: Find what: (.)\n(.)
Replace with: blank
current textpad versions do not have this options anymore, it is no longer necessary as the regex machine has been replaced by a newer one ...agent86 wrote: Configure | P references | Editor
[X] Use POSIX regular expression syntax