newthe literal text new (case sensitive) \sany whitespace character
MyClassthe literal text MyClass (case sensitive) \(the literal ( (4010 / 508 / 2816)
Negated Character Class[^;]*? *?matches any number of characters outside the set below:
;the literal ; (5910 / 738 / 3B16)
newthe literal text new (case sensitive) \sany whitespace character
AnotherClassthe literal text AnotherClass (case sensitive) \(the literal ( (4010 / 508 / 2816)
\)the literal ) (4110 / 518 / 2916)
.*?any character, repeated any number of times
\)the literal ) (4110 / 518 / 2916)