urlthe literal text url (case insensitive) \(the literal ( (4010 / 508 / 2816)
\s*any whitespace character, repeated any number of times
'the literal ' (3910 / 478 / 2716)
Non-Capturing Group(?:\'|.)* *repeats the group contents below any number of times:
\'the literal ' (3910 / 478 / 2716)
.any character (except for line terminators)
'the literal ' (3910 / 478 / 2716)
\s*any whitespace character, repeated any number of times
\)the literal ) (4110 / 518 / 2916)