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 main features of any86/any-rule are: Multi-Platform Pattern Libraries, Regex Pattern Catalogs, Chinese Identification Validators, Regex Pattern Searches, Pattern Search Tools, Regex Tooling, Keyword Matching, Regex Pattern Inserters.
Projects with overlapping indexed features include: asaskevich/govalidator — [Go] Package of validators and sanitizers for strings, numerics, slices and structs. open-circle/valibot — Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments. geongeorge/i-hate-regex — i-hate-regex is a suite of interactive utilities for constructing, validating, configuring, and visualizing regular… cjex/regulex — Regulex is a tool that parses regular expressions into interactive syntax diagrams, rendering them directly on an HTML… vincentsit/chinamobilephonenumberregex — This is a regular expression library designed for the validation and identification of mobile phone numbers from… mailcheck/mailcheck — Mailcheck is an email domain suggestion library and validation utility designed to identify misspelled email…
Go Package of validators and sanitizers for strings, numerics, slices and structs
Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.
Regulex is a tool that parses regular expressions into interactive syntax diagrams, rendering them directly on an HTML canvas. It converts a regex string into an abstract syntax tree and visualizes the structure as a navigable diagram, making the internal logic of a regular expression visually accessible. Beyond basic visualization, Regulex provides syntax validation that detects and reports precise errors, including invalid back references and octal escapes. It also offers a state-machine visualization mode that maps regex AST nodes to NFA-like states and transitions, rendered as a directed
i-hate-regex is a suite of interactive utilities for constructing, validating, configuring, and visualizing regular expressions. It provides a specialized environment for regular expression construction and debugging, allowing users to build complex patterns and verify matching behavior through interactive testing. The project features a regular expression generator with a real-time matching preview and a visual representation tool that displays the logical structure of a pattern. It also includes a curated library of standardized patterns for common data formats, including email addresses, I