\(the literal ( (4010 / 508 / 2816)
PERMBLOCKthe literal text PERMBLOCK (case sensitive) \)the literal ) (4110 / 518 / 2916)
\sany whitespace character
*matches any number of characters from the set below:
.the literal . (4610 / 568 / 2E16)
0-9one character from 0 (4810) to 9 (5710)
\sany whitespace character
\(the literal ( (4010 / 508 / 2816)
Group country(?<country>.{2}) .{2}any character (except for line terminators), repeated exactly 2 times
.*?any character (except for line terminators), repeated any number of times
.*any character (except for line terminators), repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first