Copy all words with Z in a page at once?

ich555

New Member
Hello,

is it possible to copy all words in a page with a certain letter (e.g. Z) at once?

Or is thre a program for it?

Thanks,

teo
 
Not that I know of, but you could write your own program.

Load in the text document, after every space check the proceeding letter for if it matches with the letter being searched for, and if true, highlight the word, or copy the word + location in
 
Back
Top