find dialogues with missing closing inverted commas
I would like to use regex to find the following error in my book:
«dialogue (missing » at the end of phrase).
correct string:
«dialogue»
Tried some code, but I only be able to find a text between « and ».
Thanks for your help.
|