*repeats the group contents below any number of times:
,the literal , (4410 / 548 / 2C16)
Non-Capturing Group(?:\d{1,3}\.){3} {3}repeats the group contents below exactly 3 times:
\d{1,3}a digit, repeated between 1 and 3 times
\.the literal . (4610 / 568 / 2E16)
\d{1,3}a digit, repeated between 1 and 3 times