npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "RegEx" 的结果(共 46 个)
glob-to-regexp

Convert globs to regular expressions

BSD-2-Clause
shebang-regex

Regular expression for matching a shebang line

MIT
regexpu

A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.

MIT
url-pattern

easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.

MIT
path-match

wrapper around path-to-regexp for easy route parameters

MIT
emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

MIT
url-regex

Regular expression for matching URLs

MIT
regexpu-core

regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.

MIT
regexp-clone

Zero dependency RegExp cloning with flag and lastIndex preservation.

MIT
glob-expand

A sync glob / minimatch / RegExp function with a gruntjs -like `expand` of patterns, with minimum depepndencies. Derived from gruntjs's v0.4.1 `file.expand`

clone-component

Object clone supporting `date`, `regexp`, `array` and `object` types.

unicode-match-property-value-ecmascript

Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.

MIT
unicode-match-property-ecmascript

Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.

MIT
regjsparser

Parsing the JavaScript's RegExp in JavaScript.

BSD-2-Clause
xregexp

Extended regular expressions

MIT
semver-regex

Regular expression for matching semver versions

MIT
super-regex

Make a regular expression time out if it takes too long to execute

MIT
is-regexp

Check if a value is a regular expression

MIT
regex-parser

A module that parses a string as regular expression and returns the parsed value.

MIT
magic-regexp

A compiled-away, type-safe, readable RegExp alternative

MIT
allowlist

Create allow/deny matcher with Patterns, Regex and Functions

MIT
babel-plugin-transform-regexp-constructors

This changes RegExp constructors into literals if the RegExp arguments are strings.

MIT
match-it

A safer regex match.

MIT
char-regex

A regex to match any full character, considering weird character ranges.

MIT
astral-regex

Regular expression for matching astral symbols

MIT
path-root-regex

Regular expression for getting the root of a posix or windows filepath.

MIT
frep

Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays