Reply To: GREP to search all end of paragraph without a full stop and add it automatically

Home Page / Forums / General InDesign Topics (CLOSED) / GREP to search all end of paragraph without a full stop and add it automatically / Reply To: GREP to search all end of paragraph without a full stop and add it automatically

#14395977
Dhafir Photo
Participant

In this case you should say “find every sentence doesn’t end with a dot”. So try this:
in Find: \u[^.]+?(?=\u)
in Change: $0.

This article was last modified on September 21, 2023

Comments (0)

Loading comments...