Search found 3 matches

by jenguin777
Wed Jan 11, 2012 4:27 pm
Forum: General
Topic: Find / replace on CR/LF in TextPad
Replies: 4
Views: 5534

Awesome, that worked perfectly...you rock!

Thanks,

Jen
by jenguin777
Wed Jan 11, 2012 3:51 pm
Forum: General
Topic: Find / replace on CR/LF in TextPad
Replies: 4
Views: 5534

Thanks very much!! Your solution works great with one small exception. The single quotes don't get put around the last number:

'111-11-1111','222-22-2222','333-33-3333',444-44-4444

Any idea how my replace pattern can be modified so that the last number is also enclosed with the single quotes? I'd ...
by jenguin777
Wed Jan 11, 2012 1:46 pm
Forum: General
Topic: Find / replace on CR/LF in TextPad
Replies: 4
Views: 5534

Find / replace on CR/LF in TextPad

Hi, hoping someone can help me.

I cannot figure out how to turn this:

111-11-1111
222-22-2222
333-33-3333

into this:

'111-11-1111','222-22-2222','333-33-3333'

in TextPad 5.4.2.

I used to have UltraEdit32 on my old machine and that allowed you to do a find on CR/LF (Hex 0D0A) and replace ...