WinRegEx – A primitive regex tester in C++/CLI
While working on a project in Visual C++ (more info coming soon), I encountered some difficulties with System::Text::RegularExpressions. So I started a little side-project specifically aimed at testing this regex library. The result is this little, trivial (but useful) regular expression tester.
Download links:
the executable (for Windows platforms only obviously)
VC++ project files
Posted in Programming |