Need some help w. regular expression replace

General questions about using TextPad

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

Post Reply
Xpressive
Posts: 5
Joined: Wed May 05, 2004 10:32 am

Need some help w. regular expression replace

Post by Xpressive »

I'd like to remove all chars BEHIND a semicolon (;) of the line where a semicolon was found. How could this be done?

Thanks for helping,
Mike
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: ;.*
Replace with: ;
Xpressive
Posts: 5
Joined: Wed May 05, 2004 10:32 am

Post by Xpressive »

Thanks!
Post Reply