Today I saw a request for some help on the Regex List for parsing a Url and replacing a single QueryString value. In general, if your language supports it you shouldn't really use regex's for things like parsing: Dates, Filepaths, Urls etc. You should
Read More...