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
regular expression help
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- s_reynisson
- Posts: 939
- Joined: Tue May 06, 2003 1:59 pm
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
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
the person fumbling here is me
a different way to be