\.the literal . (4610 / 568 / 2E16)
cssthe literal text css (case sensitive) jsthe literal text js (case sensitive) \?the literal ? (6310 / 778 / 3F16)
ver=the literal text ver= (case sensitive) \d+a digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\da digit
\.*the literal . (4610 / 568 / 2E16) , repeated any number of times
\d*a digit, repeated any number of times
$end of line
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string