B-the literal text B- (case sensitive) \d{3}a digit, repeated exactly 3 times
the literal (3210 / 408 / 2016)
.*any character (except for line terminators), repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first