I am trying to target ?state=wildcard
in this statement :
?state=uncompleted&dancing=yes
I would like to target the entire line ?state=uncomplete
, but also allow it to find whatever word would be after the =
operator. So uncomplete could also be completed, unscheduled, or what have you.
A caveat I am having is granted I could target the wildcard before the ampersand, but what if there is no ampersand and the param state
is by itself?