Reply To: force line break after 50 caracters

Home Page / Forums / General InDesign Topics (CLOSED) / force line break after 50 caracters / Reply To: force line break after 50 caracters

#94770

Yeap! It will take time! 1 second! =D

Find: .{49}\K.
Replace by: $0

… if you consider a space as a char!

If not, you’ll need more regex (3 if you consider all spaces as same ones) and more time! Maybe 2 op-seconds! =D

Find:
Replace ~j

Find: .{49}\K.
Replace by: $0

Find: ~j
Replace by:
(type a normal space)

(^/)

This article was last modified on May 19, 2017

Comments (0)

Loading comments...