Answered
I need a Find and Replace to fix sentences that end with no space after the period.
I have an InDesign file where many sentences are not separated.Like this. Can anyone help me?
I have an InDesign file where many sentences are not separated.Like this. Can anyone help me?
Ah, no GREP - no fun ![]()
Alternatively, find any punctuation mark before the uppercase letter, and insert a space between them:
Find:
([[:punct:]])(\u)
Change to:
$1\s$2
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.