DianaS: -------------------------------------------------------------------------------- Thank you so much for this fantastic software! :-)) My question is, how can I express a search for crlf/0D0A (ansi) in a user convertor? I couldn't find anything on this in the forum and maybe it's not possible? I tried with the regular expressions as in S&R, like this:
SP - _ _EP - |=300 \\$ap. but that didn't work. Thank you in advance. -------------------------------------------------------------------------------- Hi, if you want to perform a series of regex replacements on the whole text file, you might try to use a script. See an older post on this topic: http://forum.pspad.com/read.php?2,48923,48931#msg-48931 The javascript regex flavour is supported in that case, i.e. you might use your pattern almost directly, i.e. for CRLF (There are some limitations, epsecially in handling of unicode characters with scripts, outside of the national ansi codepage though.) hth, vbr -- <http://forum.pspad.com/read.php?2,60103,60115> PSPad freeware editor http://www.pspad.com
