Consider using a regular expression engine. It is probably what you really
need.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conregularexpressionsaslanguage.asp
Brian
Thanks Brian,
Sorry, I'm not using dot net.
I am using VS 6.0 with plain SDK, no MFC.
Any suggestions for the same on VS 6.0?
> Consider using a regular expression engine. It is probably what you really
> need.
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conregularexpressionsaslanguage.asp
>
> Brian
Carl Daniel [VC++ MVP] - 09 May 2005 06:12 GMT
> Thanks Brian,
> Sorry, I'm not using dot net.
> I am using VS 6.0 with plain SDK, no MFC.
> Any suggestions for the same on VS 6.0?
Another regular expression libary. Try searching the 'net a bit - you'll
find several. You can start at www.boost.org.
-cd
Brian Muth - 09 May 2005 18:35 GMT
> Thanks Brian,
> Sorry, I'm not using dot net.
> I am using VS 6.0 with plain SDK, no MFC.
> Any suggestions for the same on VS 6.0?
Sure. There is a COM version of the regular expression engine on your
machine, called RegExp, which works perfectly well from VS 6.0. Just import
the associated typelib and you are on your way.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/v
sobjRegExp.asp
Brian
> > Consider using a regular expression engine. It is probably what you really
> > need.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conregularexpressionsaslanguage.asp
> > Brian