To access * wildcards from a pattern use the "star" variable. For multiple stars this will be an array. i.e. var brand = star[0]; var series = star[1]; var year = star[2]; The star will be the whole string fragment matched to the wildcard.