Hi,
I have a 1000 links like the one below. The vendor refused to send me
a data export and I had to pull pages off his site and build a
textfactory to process out the gunk. It worked well but I still have
to deal with the link below.
Each one has a different part number embedded.
Is there a way to remove all the links and end up with just the bolded
text?
<a href="Linecard.cfm?do=detail&q_part=650%2E494%2000%2002"><b>650.494
00 02</b></a>
<b>650.494 00 02</b>
BTW, I have a hard time understanding why BBedit has never has added a
grep find/replace type function that would work like this
What is the text that you want to grep?
<a href="Linecard.cfm?do=detail&q_part=650%2E494%2000%2002"><b>650.494
00 02</b></a>
what part of the text will be variable from one example to another?
650%2E494%2000%2002
650.494 00 02
What part of the text do you want to end up with?
<b>650.494 00 02</b>
and then build the grep function to run.
Most of the updates I've seen over the last few versions are far far
less useful than the above would be.
I appreciate any advice/examples/pointers.
Thanks,
M./
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---