A Chinese information extraction tool.
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
Easily deal with Regex in Swift in a Pythonic way
The main features of cezheng/pyswiftyregex are: Regular Expressions.
Open-source alternatives to cezheng/pyswiftyregex include: cesanta/slre — Super Light Regexp engine for C/C++. 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… hanickadot/compile-time-regular-expressions — This library is a header-only C++ framework that performs regular expression evaluation and static string analysis… any86/any-rule — Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns…