I wrote my own regex engine. Does anyone know how to test it, I can pass the test with a couple of regular expressions and some input. but I need some huge list of regular expressions for testing.
PCRE contains some tests.
Boost.Regex and Boost.Xpressive test apartments are a good place to start.
? , , .