*the literal * (4210 / 528 / 2A16)
(the literal ( (4010 / 508 / 2816)
*matches any number of characters from the set below:
\sany whitespace character
*matches any number of characters from the set below:
(the literal ( (4010 / 508 / 2816)
\sany whitespace character
.*any character (except for line terminators), repeated any number of times
*the literal * (4210 / 528 / 2A16)
*matches any number of characters from the set below:
)the literal ) (4110 / 518 / 2916)
\sany whitespace character
.*any character (except for line terminators), repeated any number of times
\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 = (6110 / 758 / 3D16)
.*any character (except for line terminators), repeated any number of times
*matches any number of characters from the set below:
\sany whitespace character
;the literal ; (5910 / 738 / 3B16)
g modifier: global. Finds all matches instead of stopping after the first
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters
x modifier: extended. Ignores unescaped whitespace and comments outside character classes