arturstaszczyk / SimpleRegEx

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

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


Languages

Language:Python 100.0%