Back

If your email is not recognized and you believe it should be, please contact us.

  • You must be logged in to reply to this topic.Login

Using markers in GREP styles

Tagged: 

Return to Member Forum

  • Author
    Posts
    • #99129

      Hi all!

      I have a trouble with using a footnote marker (~F) in positive lookbehind, maybe it unrecognizable in such notation?

      ^(?<=~F)+

      Here I need to select only white space characters after footnote marker if it present on the beginning of a paragraph, but this GREP doesn’t work.

      Maybe this marker can be replaced using Unicode?

      Thanks a lot in advance!

    • #99131
      Chad Beery
      Participant

      Try moving the caret before the ~F like this (?<=^~F)+ or ^~F\K+

    • #99143

      Yes! It works when the caret symbol is inside brackets: (?<=^~F)+
      Thank you for your help!

Viewing 2 reply threads
  • The forum ‘General InDesign Topics (CLOSED)’ is closed to new topics and replies.
Forum Ads