\d+a digit, repeated at least once
/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
*matches any number of characters from the set below:
-the literal - (4510 / 558 / 2D16)
\sany whitespace character
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once