Try using the Regular Expression:
**** code begins ***
option explicit
'declare vars
dim objFSO
dim objFile
dim objReadFile
dim strContents
dim strNew
dim patrn
dim objWriteFile
'use this constant to open your file for reading
Const ForReading = 1
Const ForWriting = 2
'instantiate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.