Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Regular Expression Engine Testing

Tags:

c++

regex

I wrote my own Regular Expression Engine. Does anybody know how to test it, I can go ahead the test with couple of Regular Expression and some input data. but I need some huge list of regular expressions to test with.

like image 324
Avinash Avatar asked Nov 21 '25 07:11

Avinash


2 Answers

PCRE has some tests as well.

like image 99
Pablo Avatar answered Nov 23 '25 20:11

Pablo


The Boost.Regex and Boost.Xpressive test suites are a good place to start.

like image 26
ildjarn Avatar answered Nov 23 '25 22:11

ildjarn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!