?repeats the group contents below at most once:
the literal (3210 / 408 / 2016)
\(the literal ( (4010 / 508 / 2816)
\S+any non-whitespace character, repeated at least once
Non-Capturing Group(?: (\S+))? ?repeats the group contents below at most once:
the literal (3210 / 408 / 2016)
\S+any non-whitespace character, repeated at least once
\)the literal ) (4110 / 518 / 2916)