Home:ALL Converter>Regular Expressions in Windows (NT) Kernel

Regular Expressions in Windows (NT) Kernel

Ask Time:2016-09-24T12:57:44         Author:AlexPi

Json Formatter

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,

Author:AlexPi,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39672687/regular-expressions-in-windows-nt-kernel
yy