How do I use regex to search requests for the following string:
php?label=
For example, www.domain.com/xxxphp?label=xxxxxxxxx
Use the following regex: ^.*php[?]label[=].*$
Refer to the following URL for regex testing: http://www.regexplanet.com/advanced/java/index.html