varthe literal text var (case sensitive) \s+any whitespace character, repeated at least once
numberthe literal text number (case sensitive) \s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
\d+a digit, repeated at least once
\s*any whitespace character, repeated any number of times
;the literal ; (5910 / 738 / 3B16)
g modifier: global. Finds all matches instead of stopping after the first