/the literal / (4710 / 578 / 2F16)
\*the literal * (4210 / 528 / 2A16)
\*the literal * (4210 / 528 / 2A16)
Negated Character Class[^/\n]* *matches any number of characters outside the set below:
/the literal / (4710 / 578 / 2F16)
\na line-feed (newline) character (ASCII 10)
\r?optionally matches a carriage return (ASCII 13)
\na line-feed (newline) character (ASCII 10)
Non-Capturing Group(?:[^/\n]*\r?\n)* *repeats the group contents below any number of times:
Negated Character Class[^/\n]* *matches any number of characters outside the set below:
/the literal / (4710 / 578 / 2F16)
\na line-feed (newline) character (ASCII 10)
\r?optionally matches a carriage return (ASCII 13)
\na line-feed (newline) character (ASCII 10)
Negated Character Class[^/\n]* *matches any number of characters outside the set below:
/the literal / (4710 / 578 / 2F16)
\na line-feed (newline) character (ASCII 10)
\*the literal * (4210 / 528 / 2A16)
/the literal / (4710 / 578 / 2F16)
*the literal (3210 / 408 / 2016) , repeated any number of times