Selecting all paragraphs containing expression

General comments and questions. Technical support.
Post Reply
JPh1
Posts: 93
Joined: Tue Sep 17, 2019 9:01 pm

Selecting all paragraphs containing expression

Post by JPh1 »

Is there a way to select all paragraphs containing a word or a symbol?
User avatar
admin
Site Admin
Posts: 2907
Joined: Wed Jun 05, 2002 10:48 pm
Contact:

Re: Selecting all paragraphs containing expression

Post by admin »

You can use the following wildcard "find what" pattern:

Code: Select all

<<[!^p]{0,}XXXXX[!^p]{0,}^p
Just replace "XXXXX" with the required "word or symbol".
Post Reply