jestthe literal text jest (case sensitive) .any Unicode character (except for line terminators)
mockthe literal text mock (case sensitive) \(the literal ( (4010 / 508 / 2816)
\s*a Unicode whitespace character, repeated any number of times
\"the literal " (3410 / 428 / 2216)
Non-Capturing Group(?:\.\./){4} {4}repeats the group contents below exactly 4 times:
\.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
/the literal / (4710 / 578 / 2F16)
src/components/the literal text src/components/ (case sensitive) \S+any character that is not Unicode whitespace, repeated at least once
\"the literal " (3410 / 428 / 2216)
,the literal , (4410 / 548 / 2C16)
\s*a Unicode whitespace character, repeated any number of times
\(the literal ( (4010 / 508 / 2816)
\)the literal ) (4110 / 518 / 2916)
\"the literal " (3410 / 428 / 2216)
(?P=name)the text saved by group name
\"the literal " (3410 / 428 / 2216)
\s*a Unicode whitespace character, repeated any number of times
\)the literal ) (4110 / 518 / 2916)
;the literal ; (5910 / 738 / 3B16)
g modifier: global. Finds all matches instead of stopping after the first