\/the literal / (4710 / 578 / 2F16)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
\*the literal * (4210 / 528 / 2A16)
\/the literal / (4710 / 578 / 2F16)
s modifier: single line. Allows a dot to match line terminators
g modifier: global. Finds all matches instead of stopping after the first