\\the literal \ (9210 / 1348 / 5C16)
rthe literal r (11410 / 1628 / 7216) (case sensitive)
\\the literal \ (9210 / 1348 / 5C16)
nthe literal n (11010 / 1568 / 6E16) (case sensitive)
Negated Character Class[^\*]* *matches any number of characters outside the set below:
\*the literal * (4210 / 528 / 2A16)
adipiscingthe literal text adipiscing (case sensitive) Negated Character Class[^\*]* *matches any number of characters outside the set below:
\*the literal * (4210 / 528 / 2A16)
\\the literal \ (9210 / 1348 / 5C16)
rthe literal r (11410 / 1628 / 7216) (case sensitive)
\\the literal \ (9210 / 1348 / 5C16)
nthe literal n (11010 / 1568 / 6E16) (case sensitive)
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string
g modifier: global. Finds all matches instead of stopping after the first