Hi,
I have the following text :
3982#4353
244#2235
4534#4566
34536#492
AB342#547
56NGHF#123
and further
Now I wanna delete everything after the #-char including # itself. So the output must be :
3982
244
4534
and further.
Thanks for your help !
Search found 2 matches
- Wed Jul 28, 2004 9:11 am
- Forum: General
- Topic: Replace all after a character
- Replies: 1
- Views: 202
Replace
I want to delete all text that starts with 0 and ends with @ in a file
0djfhdsjhf@nnnn.com
pppp@ddd.com
ddd@dsss.com
0xdids@sdbx.com
In this text the bold text must be deleted.
How do I do this ?
Thanks
0djfhdsjhf@nnnn.com
pppp@ddd.com
ddd@dsss.com
0xdids@sdbx.com
In this text the bold text must be deleted.
How do I do this ?
Thanks