Closed misotrnka closed 3 years ago
Very nice addition to the library. I've run a few tests, everything seems to be working just fine. I'll include it in eldar==0.0.7. Thank you very much for your work.
Happy to hear that. Thank you for making this handy little package :)
I've added support for wildcard characters in queries. Essentially, you can use
*
in a query entry to match any number (including zero) of any alpha-numeric characters (and underscore, as this is implemented as\w
regex group).This is how it works:
Also, I've refactored the package by splitting the code into smaller files, which I believe increases readability and maintainability.
This is a feature that we need at Gerulata Technologies. I'm not sure if you would like to include this in your project, but feel free to let me know :)