gamers_onlinethe literal text gamers_online (case sensitive) .*any character (except for line terminators), repeated any number of times
\s*any whitespace character, repeated any number of times
\d+a digit, repeated at least once
,?optionally matches the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
,?optionally matches the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once