Invent with Python · Aug 23, 2022
Introducing Humre: Human-Readable Regular Expressions
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
Regular expressions (aka regexes) are a mini-language to specify a pattern of text to look for. However, regex syntax is composed of various punctuation marks that can be hard to remember. Humre is a Python module that gives a more human-readable syntax that works better with code editing tools. You can install Humre just like any other Python module with pip install humre and the full…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.