Skip to content

jakm/python-pcre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python binding of PCRE (Perl Compatible Regular Expressions) library that supports JIT compilation of patterns.

PCRE: 		http://www.pcre.org/
PCRE+JIT: 	http://sljit.sourceforge.net/pcre.html

Dependencies:
	- Python 2.7
	- PCRE 8.30

Notes:
	- PCRE is compiled without JIT support by default. 

About

Python binding of PCRE (Perl Compatible Regular Expressions) library that supports JIT compilation of patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published