\{the literal { (12310 / 1738 / 7B16)
\{the literal { (12310 / 1738 / 7B16)
\s*any whitespace character, repeated any number of times
Cthe literal C (6710 / 1038 / 4316) (case sensitive)
cthe literal c (9910 / 1438 / 6316) (case sensitive)
oordthe literal text oord (case sensitive) \s*any whitespace character, repeated any number of times
Non-Capturing Group(?:\|[^\}]*)? ?repeats the group contents below at most once:
\|the literal | (12410 / 1748 / 7C16)
Negated Character Class[^\}]* *matches any number of characters outside the set below:
\}the literal } (12510 / 1758 / 7D16)