Skip to content

humre.parse() not returning a Humre string #15

Description

@clsmith70

I am running Linux Mint 22.3 with the built-in Python3.12 and Python3.14. I tried the example from "Automate the Boring Stuff with Python" but do not receive the output expected. The parse function is just returning None.

Python 3.14.3 (main, Feb  4 2026, 09:28:29) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import humre
>>> humre.parse(r'\d{3}-\d{3}-\d{4}')
>>> 

I have installed it in virtual environments under both versions of Python and get the same response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions