/SimpleRegEx

A simple regex engine created as an exercise after one of the dojos in work.

Primary LanguagePython

SimpleRegEx

My first 'larger' project in python.
A simple regex engine (greedy) created as an exercise after one of the dojos in work.

Supported features

'()', '[]', '?', '*', '+', '.'