Selecting all paragraphs containing expression
Selecting all paragraphs containing expression
Is there a way to select all paragraphs containing a word or a symbol?
Re: Selecting all paragraphs containing expression
You can use the following wildcard "find what" pattern:
Just replace "XXXXX" with the required "word or symbol".
Code: Select all
<<[!^p]{0,}XXXXX[!^p]{0,}^p