*repeats the group contents below any number of times:
\1the text saved by group 1
\s+any whitespace character, repeated at least once
.*any character (except for line terminators), repeated any number of times
\na line-feed (newline) character (ASCII 10)