What are my options if I want to use regular expression matching in a Windows NT kernel driver that is written in C?
I don't think Microsoft Windows has a ready made API for this, but correct me if I'm wrong. I'm assuming that I'll need to use an external library or write my own parser in C.
This is for a commercial project, so GPL open source is not an option.
Thanks,