Using the Replace command, How do I remove carriage returns or backspaces using
a regular expression?

Example I have a list of addresses that I want to format quickly, they look
like:

Name,
Address,
City,
State,
Zip,

I need to format them to look like:

Name,Address,City,State,Zip,

I tried adding a tilde like this:

~Name,
~Address,
~City,
~State,
~Zip,

then trying to Remove the ~ using a regular expression like \b or \cr to remove
carriage returns  or backspaces but neither work and it then looks like

crName,
crAddress,
crCity,
crState,
crZip,

How can I get the addresses to look like:

Name,Address,City,State,Zip,

Thank You - Rocket

-- 
<http://forum.pspad.com/read.php?2,46511,46511>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem