\(the literal ( (4010 / 508 / 2816)
patternthe literal text pattern (case sensitive) :?optionally matches the literal : (5810 / 728 / 3A16)
\s?optionally matches any whitespace character
.+?any character (except for line terminators), repeated at least once
\)?optionally matches the literal ) (4110 / 518 / 2916)
\)the literal ) (4110 / 518 / 2916)
g modifier: global. Finds all matches instead of stopping after the first