"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]+ +matches at least one character outside the set below:
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]+ +matches at least one character outside the set below:
"the literal " (3410 / 428 / 2216)
"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
}the literal } (12510 / 1758 / 7D16)
\s*any whitespace character, repeated any number of times
(*SKIP)acts like (*PRUNE), but the next unanchored match attempt starts where (*SKIP) was reached instead of at the next subject character
(*FAIL)forces the current match attempt to fail at this position