Please help for newbie txtpad editor

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
runderw
Posts: 3
Joined: Wed May 25, 2011 1:49 am

Please help for newbie txtpad editor

Post 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
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post 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)
runderw
Posts: 3
Joined: Wed May 25, 2011 1:49 am

Post 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
Post Reply