<b>the literal text <b> (case sensitive) +matches at least one character from the set below:
1-9one character from 1 (4910) to 9 (5710)
\+the literal + (4310 / 538 / 2B16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
b><br the literal text b><br (case sensitive) \/the literal / (4710 / 578 / 2F16)
>the literal > (6210 / 768 / 3E16)
+matches at least one character from the set below:
1-9one character from 1 (4910) to 9 (5710)
\.the literal . (4610 / 568 / 2E16)
+matches at least one character from the set below:
1-9one character from 1 (4910) to 9 (5710)
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