^start of line
\s*any whitespace character, repeated any number of times
\d{0,3}a digit, repeated between 0 and 3 times
+the literal (3210 / 408 / 2016) , repeated at least once
bisthe literal text bis (case insensitive) terthe literal text ter (case insensitive) quatthe literal text quat (case insensitive)