RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find Optional Querystring
Expression
(?:\?=.*)?$
Description
Add this on to the end of your url rewriting regex to allow an optional querystring to be appended to whatever you are matching. Useful for example when you set up a Google PPC campaign and all of your urls break. Note: doesn't handle #fragments.
Matches
?with=querystring | | ?with=multiple&query=strings
Non-Matches
?with=querystring#fragment
Author Rating: Not yet rated. Matthew Harris
Source
Your Rating
Bad Good

Enter New Comment

Title
 
Name
 
Comment
 
Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Title: regexp is broken (when compared to its description)
Name: Erwin
Date: 1/30/2016 5:30:09 AM
Comment:
- the name part of the parameter is not matched - multiple parameters are not matched, let alone the 2nd and further which must start with "&" instead of "?"


Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials