Great for testing regex - code snippets extremely buggy
I use patterns to test out my regex expressions pretty much every time I use a regex expression. The copy code snippets tool is occasionally useful, but honestly does not work most of the time. For example, it does not handle named subgroups properly with python, and it always performs the match function rather than search.
It might be nice to provide a more robust code snippet tool, because most of the time it is much easier to just write the code manually instead of copy/paste from patterns.
mros365 about
Patterns - The Regex App