Find and select all string of simlar pattern
I want to find and select all strings of a particular kind in a word document. The strings are of this format
FileList(65,perfroma-3738747,s2')
FileList(65,file-375747,s2')
FileList(65,try-3738747,s2')
And so on
So all of them begin with FileList and all of them end with s2')
However the string length vary from one to another. Is there any way to do the same
|