regex-builder 1.0.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

regexbuilder 1.0.0

Regex builder
programmatically make regex in python
Simple example
from regex_builder import Regex, Any


regex = (
Regex()
.section(Any("a", "b", "c"))
.section("hello")
)

print(regex)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.