Skip to content

RalphExp/PyRegexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Python3 License Version

PyRegexp

A tiny regular expression engine written in Python3

This module provides a simplified version of python's re library. It supports both 8-bit and Unicode strings; both the pattern and the strings being processed can contain null bytes and characters outside the US ASCII range.

The main purpose of this library is to show how re works internally. Have fun!

About

A tiny regular expression engine written in Python3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages