How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U
Perl Incompatible Regular Expressions library
The main features of yandex/pire are: Regular Expressions.
Projects with overlapping indexed features include: cesanta/slre — Super Light Regexp engine for C/C++. cezheng/pyswiftyregex — Easily deal with Regex in Swift in a Pythonic way. crossroadlabs/regex — Regular expressions for swift. fighting41love/coconlp — A Chinese information extraction tool. google/re2 — re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex… any86/any-rule — Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns…