I have some files the look like this:
<thumb fileName="I1092_LS_ChxBS_IT_Bollard.jpg">Bacon Ranch Chicken
Sandwich with Iced Tea Suite</thumb>
<thumb fileName="I1074_ESPRESSOLn_Bollard.jpg">Espresso Line</thumb>
<thumb fileName="W_I1078_HotIcedLatte_Bollard.jpg">Hot and Iced
Lattes</thumb>
There are thousands of lines but here are 3 of them. I need to select and
delete everything from the beginning of the line up to the first instance
of ">". The desired outcome would be:
>Bacon Ranch Chicken Sandwich with Iced Tea Suite</thumb>
>Espresso Line</thumb>
>Hot and Iced Lattes</thumb>
I have tried several expressions and none have worked.
Thanks for your help
RR
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].