Skip to content

A C++ program to generate Python regex from a list of strings

Notifications You must be signed in to change notification settings

lucadiliello/python_regex_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python_regex_generator

This programs allows people to generate a python re compatible regex with a fast C++ program. The input strings must be encoded in Ascii.

Example

g++ -O3 regex_generator.cpp 

About

A C++ program to generate Python regex from a list of strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages