SEARCH : <a href=[^\r>]+>([^\r<]+)</>
REPLACE : \1
will leave : MLV1F107
Best Regards,
Bill Hernandez
Plano, Texas
On Oct 26, 2009, at 11:39 PM, Chaz Larson wrote:
> <tab><a href=ST107V1.html target='_blank'>MLV1F107</><tab>
>
> If this is prototypical [they all have the XXX.html as the href, and
> the target is always '_blank', then search for:
>
> <a href=.{4,10}\.html target='_blank' (.{4,10})</>
>
> and replace with:
>
> \1
>
> My assumptions are:
> 1. The "ST107V1" bit is between 4 and 10 characters long, always.
> 2. The "MLV1F107" bit is the same.
>
> chazl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---