Skip to main content
Participant
December 21, 2022
Answered

GREP code for find and replace

  • December 21, 2022
  • 2 replies
  • 371 views

I need a GREP code to change "end of paragraph" to "jump to next text frame"

This topic has been closed for replies.
Correct answer Barb Binder

You want to change all hard returns to frame breaks?

 

You don't need GREP. Choose the Text tab, then:

Find: ^p

Change to: ^R

 

~Barb

2 replies

Community Expert
December 22, 2022

For the sake of completion, if you are interested in Grep you can use the following

Find:- \r

Change:- ~R

Bonus Tip:- You can find the codes for different characters by clicking on the @ button present against each Find/Change text box. See the screenshot below

-Manan

-Manan
Barb Binder
Community Expert
Barb BinderCommunity ExpertCorrect answer
Community Expert
December 21, 2022

You want to change all hard returns to frame breaks?

 

You don't need GREP. Choose the Text tab, then:

Find: ^p

Change to: ^R

 

~Barb

~Barb at Rocky Mountain Training