Non-Capturing Group(?:library|require|requireNamespace) librarythe literal text library (case sensitive) requirethe literal text require (case sensitive) 3rd AlternativerequireNamespace requireNamespacethe literal text requireNamespace (case sensitive) \(the literal ( (4010 / 508 / 2816)
\"?optionally matches the literal " (3410 / 428 / 2216)
\w+any word character, repeated at least once
\"?optionally matches the literal " (3410 / 428 / 2216)
\)the literal ) (4110 / 518 / 2916)