Skip to content

perfidia/regexpgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegExpGen

Description

RegExpGen allows to generate regular expressions on the basis of format supported by well known printf function.

Documentation can be found on readthedocs.

Getting started

>>> import regexpgen
>>> regexp = regexpgen.integer(r"%d")
>>> print regexp
^-?[0-9]+$

Authors

See AUTHORS file.

License

RegExpGen is released under the MIT license. See LICENSE file.

About

Generator of regular expressions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5