Keith
Member since May 22, 2014
- Profile: /members/11948-keith.htm
- URL: http://arhab.org
- Comments: 1
Recent Blog Comments By Keith
-
Ask Ben: Parsing CSV Strings With Javascript Exec() Regular Expression Command
Posted on May 22, 2014 at 11:36 AM
I would like to pull in a URL such as this < http://www.findu.com/cgi-bin/posit.cgi?call=N0MPM-11&time=1&start=61&comma=1> which returns a CSV file. I use a bit of regex to rip off the html stuff like this; $patterns = array(); $patterns[0] = '/<TITLE>.*<\/TITLE>/';... read more »