Negated Character Class[^{}:]* *matches any number of characters outside the set below:
{the literal { (12310 / 1738 / 7B16)
}the literal } (12510 / 1758 / 7D16)
:the literal : (5810 / 728 / 3A16)
{the literal { (12310 / 1738 / 7B16)
Negated Character Class[^{}]*? *?matches any number of characters outside the set below:
{the literal { (12310 / 1738 / 7B16)
}the literal } (12510 / 1758 / 7D16)
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
urlthe literal text url (case sensitive) \s*any whitespace character, repeated any number of times
\(the literal ( (4010 / 508 / 2816)
\s*any whitespace character, repeated any number of times
Negated Character Class[^{}()]*? *?matches any number of characters outside the set below:
{the literal { (12310 / 1738 / 7B16)
}the literal } (12510 / 1758 / 7D16)
(the literal ( (4010 / 508 / 2816)
)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
\)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)