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

GREP: How to find the spaces after numbers

Return to Member Forum

  • Author
    Posts
    • #85580

      I am typesetting a Bible in Id, and I am looking for a way to delete all the spaces after the verse numbers (which are superscripted). What GREP code should I use?

    • #85587
      Matt Isaac
      Participant

      ^(\d+) Will find any number of digits at the beginning of a paragraph followed by a space. The parenthesis around (\d+) specify that as a “found string.” Replace with $1 will insert the first found string.

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