\[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)
{9}matches exactly 9 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)
{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