Page 1 of 1

Select Header Text

Posted: 2019-12-09 10:41:01
by hatchmo
I can't seem to select all the text in a document Header.
I can find a specific word, but wildcards don't work.
These lines fail:

Code: Select all

Find All '(AnyWord)', '-i', '-ah'
Find All '(AnyWord)', '-i', '-e'
(AnyWord) is pasted from a regex expression in the Nisus Writer Pro Find dialog.

Thanks for any suggestions.

Re: Select Header Text

Posted: 2019-12-09 13:47:42
by martin
Hi Al- it looks like your problem is not activating PowerFind (or PowerFind Pro) mode in the Find command options. The macro command for PowerFind Pro (regex) should look like this:

Code: Select all

Find All '.+', 'E-i', '-ah'
If you want to use PowerFind then it looks like this:
PowerFind.png
PowerFind.png (8.99 KiB) Viewed 8703 times

I hope that helps.

Re: Select Header Text

Posted: 2019-12-09 21:13:56
by hatchmo
Ah! (No pun intended.)
I failed to combine the -ah and e modifiers.
Thanks!