What does the \d shorthand in a regex pattern match?
\d
Any non-digit character
A specific digit
Any digit character
Decimal point