Hello!
I am looking for a single perl compatible regex that would parse strings of the form:
param1=value1&...¶m2=value2&...
and extract values for param1 and param2 only. But
- param2 may precede param1
- There may be no param1 or param2
- param1 or param2 (or both) may have empty values, i.e. param1=&...