Forum Moderators: phranque
[edited by: incrediBILL at 5:18 am (utc) on Feb 9, 2013]
[edit reason] disabled smilies [/edit]
(^|&) allows the following parameter to be at the beginning or not at the beginning of the query string. It also stops false matching for requests such as blahid=163 or fooItemid=193 etc. (&|$) allows the preceding parameter to either be not at the end or at the end of the query string. It also stops false matching for requests such as id=163000 and Itemid=193000 etc.
the question marks in the Conditions are not needed