regular expression help

General questions about using TextPad

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

Post Reply
dabombst
Posts: 11
Joined: Tue Nov 01, 2005 7:24 pm

regular expression help

Post by dabombst »

how can i delete the everything from "errored" to the end of the path using regluar expression?

\\06_Pmt_scheme__7_aircraft.xls","Errored","Adelphia_1999_2003_180536",""

output=\06_Pmt_scheme__7_aircraft.xls",

Thanks for the help
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Find errored.*\\
Replace <nothing>
I have used POSIX regular expression syntax, which can be selected from the Editor page of the Preferences dialog box.
Pls note that for this to work the data must be on a single line, as shown below using the code tag. HTH

Code: Select all

\\06_Pmt_scheme__7_aircraft.xls","Errored","Adelphia_1999_2003_180536",""output=\06_Pmt_scheme__7_aircraft.xls",
Then I open up and see
the person fumbling here is me
a different way to be
Post Reply