0
New Here
,
/t5/indesign-discussions/grep-code-for-find-and-replace/td-p/13437978
Dec 21, 2022
Dec 21, 2022
Copy link to clipboard
Copied
I need a GREP code to change "end of paragraph" to "jump to next text frame"
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
Dec 21, 2022
Dec 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
Community Expert
,
/t5/indesign-discussions/grep-code-for-find-and-replace/m-p/13438014#M508264
Dec 21, 2022
Dec 21, 2022
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/indesign-discussions/grep-code-for-find-and-replace/m-p/13438691#M508296
Dec 21, 2022
Dec 21, 2022
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

