I have a thousand rows of data that gets displayed
as such;
...
<li><a
href="http://www.comp.com/~len/">len</a> - Tennis Golf Health and
Computer Book Store<br>
<li><a href="http://www.comp.com/~tmaki/">tmaki</a> - Toby Maki/Intermedia<br> ...
I need to strip out the data between ~ and / and
then CSV the results, doing the CSV part is easy, it's the RegEx I'm stuck
with.
Something like this... ; SearchPattern =
"((\w+)\~([^\s]+\/\w))"
No I don't have the RegExp book, and yes I should
go buy it...
Thanks,
Mark
|
- Re: RegEx stripping Mark G. Franz
- Re: RegEx stripping Mark G. Franz
- RE: RegEx stripping Richard A. Evans