Character Class[A-Za-z]{5,15} {5,15}matches between 5 and 15 characters from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
\[the literal [ (9110 / 1338 / 5B16)
'the literal ' (3910 / 478 / 2716)
Character Class[A-Za-z]{5,15} {5,15}matches between 5 and 15 characters from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
'the literal ' (3910 / 478 / 2716)
\]the literal ] (9310 / 1358 / 5D16)