This content has been marked as final.
Show 3 replies
-
1. Re: Find any text string between quotation marks?
straightlife Mar 4, 2014 10:19 PM (in response to straightlife)Oh, wow! Found it myself but am leaving the question here to help anybody else who's interested. I found a beautiful explanation HERE
http://indesignsecrets.com/findbetween-a-useful-grep-string.php
and transformed it using my curly quotes like so
(?<=\ “).+?(?=\”) and it works!!!!
-
2. Re: Find any text string between quotation marks?
P Spier Mar 5, 2014 5:29 AM (in response to straightlife)Congratulations! You're becoming a power user.
-
3. Re: Find any text string between quotation marks?
straightlife Mar 5, 2014 9:45 AM (in response to P Spier)Ha ha! I should live so long!


