{2,}repeats the group contents below at least 2 times:
{the literal { (12310 / 1738 / 7B16)
Non-Capturing Group(?:[a-zA-Z]:)? ?repeats the group contents below at most once:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
:the literal : (5810 / 728 / 3A16)
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
_the literal _ (9510 / 1378 / 5F16)
\w*any word character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)