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

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Empty Query String Parameters
Expression
(?<=[\?&])[^=&]+(?=[&]|$)
Description
Regex to determine query string parameters without an = proceeding it. For example: http://www.test.com/?signin&this=that&one&two
Matches
signin, one, two
Non-Matches
this=that
Author Rating: Not yet rated. Andrew Lawton
   Displaying page 1 of 1 pages; Items 1 to 1

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