Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
glob-to-regexp
Convert globs to regular expressions
rgba-regex
Regex for matching RGBA color strings.
hex-color-regex
The best regular expression (regex) for matching hex color values from string.
rgb-regex
Regex for RGB color strings.
youtube-regex
The correct Youtube video id regex! Regex done right!
vimeo-regex
The correct vimeo video id regex
mentions-regex
100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.
regexr
For composing regular expressions.
github-short-url-regex
Regular expression (Regex) for matching github shorthand (user/repo#branch).
function-regex
Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.
cleanup-coverage-code
Cleanup ugly code added by code coverage tools during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`.
coverage-code-regex
Regular expression (regex) for matching ugly code that coverage tools add during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`
regexps
collection of regexps
kd-glob-to-regexp
Convert globs to regular expressions
youtube-id-regex
Regex to extract the youtube id from given youtube url
regexp-from-string
Creates RegExp from a string, e.g. `/string/gi` and provides some utils to work with RegExp as strings, for example, to extract multi RegExps defined within a same string, e.g. `/Rock/, /and/, /roll/i`.
is-hexacolor
Check / validate that given value is valid hexa color (hex with alpha), using `hexa-color-regex` - the best hexa color regex.
coub-regex
The correct coub video id regex
simple-capture
Extremely simple RegExp style string captures
is-hexa-color
Check / validate that given value is valid hexa color (hex with alpha), using `hexa-color-regex` - the best hexa color regex.