Reply To: Use document name without extension and a grep question

Home Page / Forums / General InDesign Topics (CLOSED) / Use document name without extension and a grep question / Reply To: Use document name without extension and a grep question

#98110
Dimitri De Bruyn
Participant

Thanks @graham-park

final code:
(?=implant[|\[||s|\:\.\,|\{])i

This code will cover the most. And it will do the job just fine.
But I want to be sure to cover all possibilities. And if there is one possibility that could happen it is (implant) or ‘implant’ between

So i added “|’|\(|\)

(?=implant[|\[“|’\(|\)||s|\:\.\,|\{])i

This article was last modified on September 15, 2017

Comments (0)

Loading comments...