+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
=the literal = (6110 / 758 / 3D16)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
=the literal = (6110 / 758 / 3D16)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
=the literal = (6110 / 758 / 3D16)
\d+a digit, repeated at least once
\}the literal } (12510 / 1758 / 7D16)