humre icon indicating copy to clipboard operation
humre copied to clipboard

A human-readable regular expression module for Python.

Results 1 humre issues
Sort by recently updated
recently updated
newest added

Cool project! I think there are some simplifications that would lead to a nicer language. Consider recasting the main example as: ```python from humre import optional, one_or_more, exactly, either, between,...