%the literal % (3710 / 458 / 2516)
A-Zone character from A (6510) to Z (9010) (case sensitive)
+matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
%the literal % (3710 / 458 / 2516)
Negated Character Class[^\|\$\%\.]* *matches any number of characters outside the set below:
\|the literal | (12410 / 1748 / 7C16)
\$the literal $ (3610 / 448 / 2416)
\%the literal % (3710 / 458 / 2516)
\.the literal . (4610 / 568 / 2E16)
<the literal < (6010 / 748 / 3C16)
+matches at least one character 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 > (6210 / 768 / 3E16)
\|the literal | (12410 / 1748 / 7C16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
\|the literal | (12410 / 1748 / 7C16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
0-9one character from 0 (4810) to 9 (5710)
\$the literal $ (3610 / 448 / 2416)
g modifier: global. Finds all matches instead of stopping after the first