- Jun 2, 2008
- 163
- 0
- 0
Is is possible to search out a string with a start and end and grab everything between?
It starts with
/content/
ends is
/NAME.tmp.x.xls
so I want to grab window.open('/content/RANDOMESTUFF/NAME.tmp.x.xls',
This is out of a html file and there can be anywhere from 1 to 30 entries that I need to grab.
Thanks
It starts with
/content/
ends is
/NAME.tmp.x.xls
so I want to grab window.open('/content/RANDOMESTUFF/NAME.tmp.x.xls',
This is out of a html file and there can be anywhere from 1 to 30 entries that I need to grab.
Thanks
