Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
escape-string-regexp
Escape RegExp special characters
to-regex-range
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
micromatch
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
is-extglob
Returns true if a string has an extglob.
is-glob
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
anymatch
Matches strings against configurable strings, globs, regular expressions, and/or functions
@eslint-community/regexpp
Regular expression parser for ECMAScript.
is-regex
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
string.prototype.matchall
Spec-compliant polyfill for String.prototype.matchAll
regexpp
Regular expression parser for ECMAScript.
nanomatch
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
regex-parser
A module that parses a string as regular expression and returns the parsed value.
is-unc-path
Returns true if a filepath is a windows UNC file path.
is-regexp
Check if a value is a regular expression
unc-path-regex
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
path-root-regex
Regular expression for getting the root of a posix or windows filepath.
matcher
Simple wildcard matching
clean-regexp
Clean up regular expressions
hex-color-regex
The best regular expression (regex) for matching hex color values from string.
rgba-regex
Regex for matching RGBA color strings.