Turn a path string such as `/user/:name` into a regular expression
翻译 - 将诸如/ user /:name之类的路径字符串转换为正则表达式
Regular Expression Visualization Site (static site version) -- migrated to https://gitlab.com/javallone/regexper-static
Regular Expression Visualization Site
Fast, indexed regexp search over large file trees
翻译 - 大型文件树上的快速索引正则表达式搜索
A compiled-away, type-safe, readable RegExp alternative
🦉 human-readable regular expressions
翻译 - PHP 5.3+的人类可读正则表达式
Escape RegExp special characters
Find regular expressions which are vulnerable to ReDoS (Regular Expression Denial of Service)
A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇♂️
Super Light Regexp engine for C/C++
Example based guide to mastering JavaScript regexp
Sinatra inspired regexp/pattern mux and web framework for Go
Add the ability to exclude assets based on RegExp patterns
Regular expressions processor in JavaScript
一个快速生成正则表达式的库
正则表达式实例搜集,通过实例来学习正则表达式。
学习正则表达式
Generate strings that match a given regular expression
翻译 - 生成与给定正则表达式匹配的字符串
Learn Ruby Regexp step by step from beginner to advanced levels with plenty of examples and exercises
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!