wpthe literal text wp (case sensitive) \.the literal . (4610 / 568 / 2E16)
i18nthe literal text i18n (case sensitive) \.the literal . (4610 / 568 / 2E16)
setLocaleDatathe literal text setLocaleData (case sensitive) \(the literal ( (4010 / 508 / 2816)
\s*any whitespace character, repeated any number of times
localeData,the literal text localeData, (case sensitive) \s*any whitespace character, repeated any number of times
domainthe literal text domain (case sensitive) \s*any whitespace character, repeated any number of times
\)the literal ) (4110 / 518 / 2916)
;the literal ; (5910 / 738 / 3B16)
\s*any whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)
\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 ( (4010 / 508 / 2816)
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]+ +matches at least one character outside the set below:
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
.*any character (except for line terminators), repeated any number of times
\)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
;the literal ; (5910 / 738 / 3B16)
\s*any whitespace character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
script>the literal text script> (case sensitive) m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string
g modifier: global. Finds all matches instead of stopping after the first