sessionthe literal text session (case sensitive) \(the literal ( (4010 / 508 / 2816)
\{the literal { (12310 / 1738 / 7B16)
\s*any whitespace character, repeated any number of times
secretthe literal text secret (case sensitive) \:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
\w*any word character, repeated any number of times
"the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
resavethe literal text resave (case sensitive) \s*any whitespace character, repeated any number of times
\:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
falsethe literal text false (case sensitive) \,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
saveUninitializedthe literal text saveUninitialized (case sensitive) \:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
falsethe literal text false (case sensitive) \,?optionally matches the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\}the literal } (12510 / 1758 / 7D16)
\)the literal ) (4110 / 518 / 2916)
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