I have a string “Some words, some other words (words in brackets)”
How can I completely remove words in brackets with brackets too, to get “Some words, some other words ” string as result?
I’m newbie for regexp but I promise to learn to they works )
Thank for help!
Try this: