{3}repeats the group contents below exactly 3 times:
\*the literal * (4210 / 528 / 2A16)
\sany whitespace character
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
.+?any character (except for line terminators), repeated at least once
\.the literal . (4610 / 568 / 2E16)
\s?optionally matches any whitespace character