+repeats the group contents below at least once:
\s*any whitespace character, repeated any number of times
\*the literal * (4210 / 528 / 2A16)
the literal (3210 / 408 / 2016)
\N+any non-newline character, repeated at least once
\na line-feed (newline) character (ASCII 10)