Skip to content

wpdevelopment11/regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple regex implementation in Python

For a list of all 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

About

A simple regular expression matcher supporting a subset of commonly used features.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages