I am looking at using RegEx to help in processing some NetSh dump files and
it seemed to me that I should be able to create an expression that could
create a collection of scopes and subcollections of the lines (ie:
optionvalues or reservedip values). Is this wishful dreaming or can this
really be accomplished?

Thanks,
Scott Cooper

Re: Help with RegEx by Yevgen

Yevgen
Wed Sep 01 08:02:07 CDT 2004


"Scott Cooper" <scott.cooper@charter.net> a écrit dans le message de
news:%23dJUdbLhEHA.4092@TK2MSFTNGP10.phx.gbl...
> I am looking at using RegEx to help in processing some NetSh dump files
and
> it seemed to me that I should be able to create an expression that could
> create a collection of scopes and subcollections of the lines (ie:
> optionvalues or reservedip values). Is this wishful dreaming or can this
> really be accomplished?
>
> Thanks,
> Scott Cooper
>
>

....As an option ... maybe InStr function will be more suitable for your
task ...?