\[the literal [ (9110 / 1338 / 5B16)
\)the literal ) (4110 / 518 / 2916)
>the literal > (6210 / 768 / 3E16)
\u001Ethe literal (1E16 / 368 / 3010)
\u001Dthe literal (1D16 / 358 / 2910)
{2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
Character Class[0-9A-Z ]{6} {6}matches exactly 6 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
A-Zone character from A (6510) to Z (9010) (case sensitive)
the literal (3210 / 408 / 2016)
\u001Dthe literal (1D16 / 358 / 2910)
{3}matches exactly 3 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
\u001Dthe literal (1D16 / 358 / 2910)
{3}matches exactly 3 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
\u001Dthe literal (1D16 / 358 / 2910)
.+any character (except for line terminators), repeated at least once
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string