I am getting an error "No such function exists - rematch" when I try and execute the code below. 1: <cfhttp url="https://someurl.com"> 2: <cfdump var="#cfhttp#"> 3: <cfscript> 4: hrefs = Rematch("https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S +)?)?)?", cfhttp.filecontent); 5: </cfscript>
I am running the latest build for Google App Engine. Any thoughts? -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
