Grep help please
Having a problem trying to apply bold char style to instances of text between parenthesis and quotations e.g ("xyz")
Grep expression I've used is: (?<=\(“).*(?=”\))
It works partially but when there is more than one instance in a paragraph it is not working as intended and highlights more than intended. Screenshot below showing this situation. Can someone please tell me what expression should be used to correct this? Thanks.


