\n{2}a line-feed (newline) character (ASCII 10), repeated exactly 2 times
{3}matches exactly 3 characters from the set below:
the literal (3210 / 408 / 2016)
.*any character (except for line terminators), repeated any number of times
\na line-feed (newline) character (ASCII 10)