Extract parameters from URL patterns. This class can extract parameters from URL patterns. It can check the current request URL to see if it matches one of several common URL patterns. The class can extract the values of the parameters and set the respective $_GET variables if one of the patterns matches.