I have string like this:
xxx - 12, ABC DEF GHI
I want to replace this string like this
xxx - 12, (ABC DEF GHI)
Moreover the string which I added into bracket is dynamic.
The format is:
STRING - NUMBER, STRING
Brackets starts after NUMBER, string found and ends at the end of string.
So replace pattern is
STRING - NUMBER, (STRING)