View Single Post
 
Old 04-20-2016, 04:27 AM
anon123 anon123 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Apr 2016
Posts: 3
anon123 is on a distinguished road
Default 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
Reply With Quote