RE libraries?

Hello,

Anyone knows regular expression libraries to be used in NT driver
development?


Elias
http://lgwm.org/

If you refer to the C functions such as “strxxx” you should be using the
defined safe string functions. Look for “safe string” in the online docs and
ntstrsafe.h in DDK build 3790.


Gary G. Little
Seagate Technologies, LLC

“lallous” wrote in message news:xxxxx@ntdev…
>
> Hello,
>
> Anyone knows regular expression libraries to be used in NT driver
> development?
>
> –
> Elias
> http://lgwm.org/
>
>
>
>

You can try regex++ library. BUT ALL THE KRNL MODE RESTRICTIONS APPLIES, as
mentioned here and other topics about (string attached :slight_smile: safe strings…

-prokash

----- Original Message -----
From: “Gary G. Little”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Wednesday, October 15, 2003 6:38 AM
Subject: [ntdev] Re: RE libraries?

> If you refer to the C functions such as “strxxx” you should be using the
> defined safe string functions. Look for “safe string” in the online docs
and
> ntstrsafe.h in DDK build 3790.
>
> –
> Gary G. Little
> Seagate Technologies, LLC
>
> “lallous” wrote in message news:xxxxx@ntdev…
> >
> > Hello,
> >
> > Anyone knows regular expression libraries to be used in NT driver
> > development?
> >
> > –
> > Elias
> > http://lgwm.org/
> >
> >
> >
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>