<http://forum.pspad.com/read.php?f=2&i=11310&t=10358> ----------------------------------------------------------------
Write a script to do a search for newline and replace with tab? Seems like overkill. I have a file with a column of values like this: XXX YYY ZZZ I want to rotate them like this: XXX YYY ZZZ So I want to search for /n and replace with /t Using regexp, I can search for $ and replace with /t, but it doesn't actually REPLACE the end of line. I can't search for /n...doesn't find it. What am I missing? Do I really have to write a script for that? -- PSPad freeware editor http://www.pspad.com
