Skip to content

wpdevelopment11/regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Regex - simple regex implementation

For a list of supported features see tests.

API

Test if text matches the pattern.

match(text, pattern)

Returns True if text matches the pattern, False otherwise.

Run tests

python regex.py