Say I have a long string of text, and I want to capture every time the word this is mentioned within rounded brackets. How could I do that? The following patt
this
(this)
the string above works for me, try this on http://regex101.com