\(the literal ( (4010 / 508 / 2816)
-?optionally matches the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
d?optionally matches the literal d (10010 / 1448 / 6416) (case sensitive)
-?optionally matches the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
d?optionally matches the literal d (10010 / 1448 / 6416) (case sensitive)
-?optionally matches the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
d?optionally matches the literal d (10010 / 1448 / 6416) (case sensitive)
-?optionally matches the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
d?optionally matches the literal d (10010 / 1448 / 6416) (case sensitive)
-?optionally matches the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
d?optionally matches the literal d (10010 / 1448 / 6416) (case sensitive)
-?optionally matches the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
d?optionally matches the literal d (10010 / 1448 / 6416) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
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