regex-recursion
Recursive matching plugin for Regex+
Recursive matching plugin for Regex+
A collection of useful regular expressions.
> 此工具可以校验基础的保单内容,比如手机号(大陆)、身份证等也可以自定义正则表达式去匹配
RegexSolver allows you to manipulate regular expressions as sets, enabling operations such as intersection, union, and subtraction.
Regular Expressions - quick and concise, readable and composable.
ReadEx (pronounced /rɛdɛks/) is a more readable RegExp syntax for JS.
A lightweight RegExp `(?#)` comment syntax extend.
前端常用正则库
Regular expressions' special charaters escaper
convert quadratic to logarithmic array of "OR" strings
A tiny regexp checker. If the value isn't a valid regexp, return the string instead.
Make regexps from a string that contains the flags as well as the pattern.
A simple, chainable regular expression builder.
Generate an enhanced exec function, with information about the range of text that the regex paid attention to.
base on RegExp#exec instead of String#replace
Command line application to search text by regular expressions with plenty of features
一些常用的正则表达式收集
regexp builder for node.js developer
my misc tools with regexp
```typescript import regexpUtils = require('regexp-utils'); const { "emailPattern", "urlPattern", "phonePattern", "datePattern", "ipPattern", "hexColorPattern", "passwordPattern", "zipCodePattern", "lettersPattern", "number