On Wed, Aug 5, 2009 at 1:43 PM, Ben Scott<[email protected]> wrote: > " ( [^"] ) "
That should be:
" ( [^"]* ) "
> myRegExp.Pattern = """([^""])"""
Likewise:
myRegExp.Pattern = """([^""]*)"""
-- Ben
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
