aloisdg / awesome-regex

A curated collection of awesome Regex libraries, tools, frameworks and software
Creative Commons Zero v1.0 Universal
1.62k stars 168 forks source link

Add a Python re.findall service #76

Closed whatacold closed 3 years ago

whatacold commented 3 years ago

Hi,

https://texttoolkit.com/re.findall is a service that I built to find matching text when sed/awk is not very handy, I hope it would be useful (I listed some use cases for it in this blog post: https://whatacold.github.io/2020-10-21-a-python-re.findall-service.html).

Varunram commented 3 years ago

Hey @whatacold, thanks for the PR. Good job on the tool - we generally accept PRs for recommendations once it reaches a certain number of stars (100 is a good number), has some users (Issues, PRs, etc) or has received other preliminary traction (eg. books). Since your tool is not at the stage yet, I am closing this PR. Of course, we will reconsider should decide to build a full fledged tool later on.