I want to match this url /Real_estate_Listing_Detail.asp?PropID=245 with the ability to EXCEPT PropID numbers...
In other words,
Match /Real_estate_Listing_Detail.asp?PropID=ANY NUMBER HERE, except, 286,289,290,180
Thanks in advance... this shouldnt be as hard as I make it...
This is for a wordpress plugin, so a single line experssion is needed.