This is just a going in deeper to learn about RegexEngines. This is a part of a series of projects to learn in deeper about multiples technologies.
GCC and CMake
$ ./build.sh
$ ./build/cregex "." "test"$ ./build/cregex "w*" "works"
$ Match!
$ ./build/cregex "x*" "works"
$ Oops!