\/the literal / (4710 / 578 / 2F16)
\*the literal * (4210 / 528 / 2A16)
\s*any whitespace character, repeated any number of times
Negated Character Class[^\s]+ +matches at least one character outside the set below:
\sany whitespace character
\s*any whitespace character, repeated any number of times
\*the literal * (4210 / 528 / 2A16)
\/the literal / (4710 / 578 / 2F16)
g modifier: global. Finds all matches instead of stopping after the first