Guys Iam parsing three wbsites for specific links using three different regex.
I have tested all three regex using a regex tester and they all give me the
desired results. My regex are located in an XML doc and I have a seperate CF
file that reads the doc and uses the regex from the XML. However when I place
the parse results into an array one of the regex returns nothing. I dont think
my regex is wrong as I have tested it could someone please take a look? Here is
my regex: href={{:punct:]]+id(.*?)[[:digit:]]+[[:punct:]] Here is an example of
the html i am parsing: <td><a hre='?id=3400305'> Thanks in advance