Page 1 of 1

How to find characters *preceded by* certain letters

Posted: Tue May 14, 2019 10:38 pm
by Icelander
Let's say I have a document that looks something like this:

Text, text, text DOI:10.1017/CBO9781107295636.005
Text 12.1047/CBO9781107295636.005
DOI:16.1017/CBO9781107295636.005
text text 18.1047/CBO9781107295636.005

I want to find only the characters FOLLOWED BY the string "doi:", not the string "doi:" itself. Or in other words, only 10.1017/CBO9781107295636.005 and 16.1017/CBO9781107295636.005, not the numbers which do not start with "doi:"

How can I do that in Mellel?