Reply To: GREP find character between two characters

Home Page / Forums / General InDesign Topics (CLOSED) / GREP find character between two characters / Reply To: GREP find character between two characters

#110759

Hi Tero,
you need to use a positive lookbehind before the “L” character and a positive lookahead after, the grep string looks like this:
(?<=B)L(?=-)

Here you are a screenshot of the result:
https://www.dropbox.com/s/3rjknhv98eilohu/subscript%20S.png?dl=0

Hope this helps

This article was last modified on October 5, 2018

Comments (0)

Loading comments...