.any Unicode character (except for line terminators)
@the literal @ (6410 / 1008 / 4016)
.*any Unicode character (except for line terminators), repeated any number of times
\.the literal . (4610 / 568 / 2E16)
.any Unicode character (except for line terminators)
.any Unicode character (except for line terminators)
g modifier: global. Finds all matches instead of stopping after the first