Select all paragraphs but first - REGEX

235 Views Asked by At

I am looking for a regular expression that would select all paragraphs in a text box but the first one. This expression would be used for paragraph styling in Adobe InDesign.

1

There are 1 best solutions below

4
On

Try this one:

^(?<=\r)(.|\r|\n){1,999999999}