\d+a digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
|the literal | (12410 / 1748 / 7C16)
/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
|the literal | (12410 / 1748 / 7C16)
/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
\sany whitespace character
\S+any non-whitespace character, repeated at least once