Page 1 of 1

Please help for newbie txtpad editor

Posted: Wed May 25, 2011 2:07 am
by runderw
Hi all....i'm Amy from belgian...

I'm new with textpad try to learn it before post here but i'm lost.
I have a txt file like this:

email:zipcode

aaaaaaaaaa@hotmail.de:90233
bbbbbbb@yahoo.com:035533
cccccc@web.de:65333
dddddddd@gmx.de:99948
fffffff@gmx.de:99948
ggggggg@hotmail.com:99948
hhhhhh@gmx.de:9994819
iiiiiiii@kabelbw.de:99948
ggggggggg@gmail.com:99948
bbbbbbbbb@gmx.de:99948
cccccc@gmail.com:99948
uteuffffffff@live.de:f99948
thomsssssss@web.de:99948ego
katja.rrrrrrrrr@gmail.com:58201

Questions:
1. i'm just need to collect gmail (gmail+zipcode) only and skip the other email vendor. How to do that??
2. If i have the new list of gmail....now i need to put my gmail+zipcode
every 5 row...(row5(myemail)......row10(myemail).....row15(myemail)


Thanks,
Amy

Posted: Wed May 25, 2011 9:49 am
by MudGuard
find @gmail.com
Mark All
Copy bookmarked Lines
Open new document
Paste

You now have a list containing only the gmail.com entries.

Now replace \n by \n\n\n\n\n (as Regular Expression)

Posted: Fri Jun 24, 2011 10:20 pm
by runderw
Hi thanks for help i have the gmail data only now....but still not resolve my other problem


I try this replace \n by \n\n
result:
email@gmail.com:zip

email@gmail.com:zip

email@gmail.com:zip

email@gmail.com:zip

email@gmail.com:zip
====================================
and i need the data to be like this

email@gmail.com:zip
mydatahere
email@gmail.com:zip
mydatahere
email@gmail.com:zip
mydatahere
email@gmail.com:zip
mydatahere
email@gmail.com:zip
mydatahere
email@gmail.com:zip

Thanks