Add something after ENTER symbol

Find, replace, find in files, replace in files, regular expressions

Add something after ENTER symbol

Postby wrznet » Fri Sep 10, 2004 4:54 pm

Hi,
I have a big list of data thats looks like :

11223344
22334455
33445566

etc...

And using find/replace option,I would like to add 2 zeros at the end of each line.So the final edited file should looks like :

1122334400
2233445500
3344556600

The question is,how do I specify that ENTER symbol after each line in UE into search box,so i can replace it with two zeros ? It's possible or I will need
to stuck with that macros ?
Thanks.
User avatar
wrznet
Basic User
Basic User
 
Posts: 11
Joined: Sun Aug 29, 2004 11:00 pm

Re: Add something after ENTER symbol

Postby DanKirkd » Fri Sep 10, 2004 6:10 pm

Do a Find for ^p and replace with 00^p

Dan
User avatar
DanKirkd
Basic User
Basic User
 
Posts: 39
Joined: Wed Jul 14, 2004 11:00 pm

Re: Add something after ENTER symbol

Postby wrznet » Fri Sep 10, 2004 6:17 pm

Thank you,it's works !
User avatar
wrznet
Basic User
Basic User
 
Posts: 11
Joined: Sun Aug 29, 2004 11:00 pm


Return to Find/Replace/Regular Expressions