Negated Character Class[^\.]+ +matches at least one character outside the set below:
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
Group gname(?<gname>[^\.]+) Negated Character Class[^\.]+ +matches at least one character outside the set below:
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
Negated Character Class[^\.]+ +matches at least one character outside the set below:
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
.+any character (except for line terminators), repeated at least once