Search found 2 matches

by Rickje
Wed Jul 28, 2004 9:11 am
Forum: General
Topic: Replace all after a character
Replies: 1
Views: 202

Replace all after a character

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 !
by Rickje
Thu Dec 18, 2003 10:18 am
Forum: General
Topic: Replace
Replies: 1
Views: 221

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