View Single Post
 
Old 02-05-2016, 01:55 AM
PRA007's Avatar
PRA007 PRA007 is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: Dec 2014
Location: Ahmedabad, Gujrat, India
Posts: 145
PRA007 is on a distinguished road
Default How to find all string within string.

I am using VBscript, FSO for opening the file and do some replacements. After that I get strtxt as string having file contents. Now I want to find lines containing specific srtring.

The question I searched very vigorously but could not find the answer.

I got little bit of help from the below mentioned link but I think should ask here to check weather this possible or not.

This is cross post from Here:
vbscript - How to extract lines from String - Stack Overflow
Reply With Quote