\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
°the literal ° (17610 / 2608 / B016)
\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
'the literal ' (3910 / 478 / 2716)
\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
\.the literal . (4610 / 568 / 2E16)
\da Unicode decimal digit
\"the literal " (3410 / 428 / 2216)
Nthe literal N (7810 / 1168 / 4E16) (case sensitive)
|the literal | (12410 / 1748 / 7C16)
Sthe literal S (8310 / 1238 / 5316) (case sensitive)
\sa Unicode whitespace character
\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
°the literal ° (17610 / 2608 / B016)
\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
'the literal ' (3910 / 478 / 2716)
\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
\.the literal . (4610 / 568 / 2E16)
\da Unicode decimal digit
\"the literal " (3410 / 428 / 2216)
Ethe literal E (6910 / 1058 / 4516) (case sensitive)
|the literal | (12410 / 1748 / 7C16)
Wthe literal W (8710 / 1278 / 5716) (case sensitive)
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