How can I use the Matches activity to execute a regex expression that will return the values found.
For example. The input string is something like "some text then (123) etc "
I want 3 values back: the part before the parenthesis, the value in the parens and the value after