chartDatathe literal text chartData (case sensitive) .*?any character (except for line terminators), repeated any number of times
Teststhe literal text Tests (case sensitive) .*?any character (except for line terminators), repeated any number of times
2021-01-01the literal text 2021-01-01 \\the literal \ (9210 / 1348 / 5C16)
\\the literal \ (9210 / 1348 / 5C16)
tthe literal t (11610 / 1648 / 7416) (case sensitive)
\d*a digit, repeated any number of times
\\the literal \ (9210 / 1348 / 5C16)
\\the literal \ (9210 / 1348 / 5C16)
tthe literal t (11610 / 1648 / 7416) (case sensitive)
\d*a digit, repeated any number of times
\\the literal \ (9210 / 1348 / 5C16)
\\the literal \ (9210 / 1348 / 5C16)
tthe literal t (11610 / 1648 / 7416) (case sensitive)
\d*a digit, repeated any number of times
\\the literal \ (9210 / 1348 / 5C16)
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