^start of line
*matches any number of characters from the set below:
the literal (3210 / 408 / 2016)
\ta tab character (ASCII 9)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
.*any character (except for line terminators), repeated any number of times
\r?optionally matches a carriage return (ASCII 13)
\na line-feed (newline) character (ASCII 10)