I have a regular expression in which I want to select all links where there is index.cfm but want to ignore all where there is index.cfm/accounts or index.cfm/tax
I don't know how to negate an expression for index.cfm/accounts or index.cfm/tax but the other part of expression is like that:
word = ReFindNoCase('(index.cfm)([^ ]*)"',content,1,"TRUE");
Any help is appreciated...
Thanks
I don't know how to negate an expression for index.cfm/accounts or index.cfm/tax but the other part of expression is like that:
word = ReFindNoCase('(index.cfm)([^ ]*)"',content,1,"TRUE");
Any help is appreciated...
Thanks