re2

Bindings for RE2: fast, safe alternative to backtracking regular expression engines.

regexp-clone

Zero dependency RegExp cloning with flag and lastIndex preservation.

regexp.escape

A robust ES3-compatible polyfill for the `RegExp.escape` proposal - see https://github.com/tc39/proposal-regex-escaping

escape-regex-string

Escapes a string literal for use as an argument in the standard RegExp constructor.

shortcode-insert

Shortcode parser, fully-programmable and asychronous. It can parse Wordpress shortcodes as well as embed and insert codes from other platforms.

react-rxinput

react-rxinput React extends input element to validate against a regular expression as you type input (incremental regex matcher)

regulex

JavaScript Regular Expression Parser and Visualizer.

de-slash

Useful when dealing with path(url)-like strings with redundant slash and back-slash.

re2-latin1

Bindings for RE2: fast, safe alternative to backtracking regular expression engines.

stats-filelist

Get a list of files and directories with `Stats` of each item. And filter the list with evaluating path, path pattern, type, size, modified time, and more.

o2s2o

o2s2o: Object → Storage (JSON) → back to Object. Safe, readable de/serializer with class revival and built-ins.

bravo

simplified Regular Expression pattern match framework based on RegExp.

regexp-map

Curried function which takes a map of `RegExp` string keys which when successfully matched given string, resolves to mapped value.

match-url

matching for url paths and query parameters, 根据路径和正则匹配返回匹配结果

@safejs/serializer

Serializer is a superset of JSON that includes recursive objects, dates, regular expressions, functions and others which you also can expand by yourself

@cakoose/re2

Bindings for RE2: fast, safe alternative to backtracking regular expression engines.

@rah-emil/js-helpers

jsHelpers - it is a JavaScript library that contains all the functions that we constantly write or google.

regex-sandbox

A wrapper around NodeJS native RegExp, providing protection against Catestrophic Backtracking

stpl

tiny mustache extended style template system

interpolate-regex

Useful for basic templating by interpolating values into placeholders. Takes a left and right delimiter and returns a regex object for matching them and capturing the contents.

regstr

JSON.stringify objects with RegExp properties and then JSON.parse json string resulted back into original objects. Converts RegExp object to be serializable - into pair of strings (key,value). Could be used for RegExp being bilaterally stringified and ge

babel-plugin-import-hook

the import hook for import demand and so on, which support match by RegExp and more params such as the source of (value, type)

fs-reg

Find files or directories based on file names or regular expressions.

semantic-regexp

This is an implementation of the semantic expression of regular expression code

@eliduty/validator

该工具库主要是验证器工具类,包含了日常常用的验证工具函数

regops

A small javascript library for performing operations on regular expressions

match-path

matching for path and query parameters, 根据路径和正则匹配返回匹配结果

@discretetom/r-compose

Compose RegExp in JavaScript in a readable and maintainable way.

@bizk/regexps

常用正则表达式,统一应用站点正则校验,保障同一规则下数据安全。

regular-expression-validation

Regular expressions wrapped in functions for basic validation - in client and the server.