kenking: -------------------------------------------------------------------------------- I am relatively new to PSPad and like what I've seen so far. However, I'm having problems with finding the CR /x0d character. ... --------------------------------------------------------------------------------
Hi, the search and replace engine in PSPad only works on single lines, hence you can't repace a linebreak itself (you can replace with a newline though). You can search for line beginning end ending using ^ and $ in regexp; however, you cannot match over the line boundary. There are script addons enabling for searching and replacing in multiline mode (also using ), but have themselves specific limitations. see: http://forum.pspad.com/read.php?2,12797#msg-12805 For some very simple replacements it might be possible to use the hexadecimal mode built in PSPad (be sure to directly open in hex as switching the view for an open file uses it's internally converted form and not the original data file). -- <http://forum.pspad.com/read.php?2,59474,59475> PSPad freeware editor http://www.pspad.com
