^start of string
\da Unicode decimal digit
\da Unicode decimal digit
\/the literal / (4710 / 578 / 2F16)
\da Unicode decimal digit
\da Unicode decimal digit
\/the literal / (4710 / 578 / 2F16)
\da Unicode decimal digit
\da Unicode decimal digit
\da Unicode decimal digit
\da Unicode decimal digit
\sa Unicode whitespace character
the literal ↵ (1010 / 128 / A16)
g modifier: global. Finds all matches instead of stopping after the first
s modifier: single line. Allows a dot to match line terminators
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters