'string1the literal text 'string1 (case sensitive) Negated Character Class[^']* *matches any number of characters outside the set below:
'the literal ' (3910 / 478 / 2716)
'the literal ' (3910 / 478 / 2716)
\s*a Unicode whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*a Unicode whitespace character, repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first