Question
Catching an apostrophe with GREP - help required please
Hi there,
I'm trying to catch words like we'll and you'll using GREP but as yet haven't succeeded.
So far I have this...
(?i)\b(we’ll|you’ll)\b
This gets me pretty close but doesn't catch the whole word including the 'll.
Please can someone point me in the right direction.
Thanks
