regular expression with brackets / comma and space
Hello,
With the help of
But now, inside this “regular expression” I would like to delete also the comma before this text selection.
So, I would like to select from the comma to the text selection (by example here : , soprano) and in a single regular expression, do two things : delete the comma and add brackets around the text selection.
How to do it ?

