JSPM

Found 2563 results for match year

to-regex-range

Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.

  • v5.0.1
  • 97.31
  • Published

ansi-regex

Regular expression for matching ANSI escape codes

  • v6.2.0
  • 84.35
  • Published

find-up

Find a file or directory by walking up parent directories

  • v7.0.0
  • 82.81
  • Published

fill-range

Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`

  • v7.1.1
  • 81.27
  • Published

micromatch

Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

  • v4.0.8
  • 80.80
  • Published

picomatch

Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.

  • v4.0.3
  • 80.27
  • Published

shebang-regex

Regular expression for matching a shebang line

  • v4.0.0
  • 79.99
  • Published

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

  • v4.0.3
  • 79.70
  • Published

balanced-match

Match balanced character pairs, like "{" and "}"

  • v3.0.1
  • 79.52
  • Published

braces

Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.

  • v3.0.3
  • 79.47
  • Published

is-extglob

Returns true if a string has an extglob.

  • v2.1.1
  • 79.07
  • Published

globby

User-friendly glob matching

  • v14.1.0
  • 79.02
  • Published

anymatch

Matches strings against configurable strings, globs, regular expressions, and/or functions

  • v3.1.3
  • 78.91
  • Published

leven

Measure the difference between two strings using the Levenshtein distance algorithm

  • v4.0.0
  • 76.20
  • Published

char-regex

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

  • v2.0.2
  • 75.95
  • Published

has-ansi

Check if a string has ANSI escape codes

  • v6.0.0
  • 72.96
  • Published

fastest-levenshtein

Fastest Levenshtein distance implementation in JS.

  • v1.0.16
  • 72.55
  • Published

extglob

Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.

  • v3.0.0
  • 72.36
  • Published

to-regex

Generate a regex from a string or array of strings.

  • v3.0.2
  • 72.27
  • Published

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)

  • v1.2.13
  • 72.26
  • Published

regex-not

Create a javascript regular expression for matching everything except for the given string.

  • v1.0.2
  • 71.26
  • Published

snapdragon-util

Utilities for the snapdragon parser/compiler.

  • v5.0.1
  • 71.11
  • Published

is-unc-path

Returns true if a filepath is a windows UNC file path.

  • v1.0.0
  • 70.75
  • Published

path-root-regex

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

  • v0.1.2
  • 70.10
  • Published

findup-sync

Find the first file matching a given pattern in the current directory or the nearest ancestor directory.

  • v5.0.0
  • 70.04
  • Published

is-builtin-module

Check if a string matches the name of a Node.js builtin module

  • v5.0.0
  • 69.96
  • Published

ip-regex

Regular expression for matching IP addresses (IPv4 & IPv6)

  • v5.0.0
  • 69.85
  • Published

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.

  • v0.1.2
  • 69.69
  • Published

find-up-simple

Find a file or directory by walking up parent directories — Zero dependencies

  • v1.0.1
  • 69.14
  • Published

find-versions

Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`

  • v6.0.0
  • 68.77
  • Published

semver-regex

Regular expression for matching semver versions

  • v4.0.5
  • 68.69
  • Published

multimatch

Extends `minimatch.match()` with support for multiple patterns

  • v7.0.0
  • 68.54
  • Published

js-levenshtein

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

  • v1.1.6
  • 68.22
  • Published

matcher

Simple wildcard matching

  • v5.0.0
  • 66.83
  • Published

dns-equal

Compare DNS record strings for equality

  • v1.0.0
  • 66.83
  • Published

read-package-up

Read the closest package.json file

  • v11.0.0
  • 66.66
  • Published

expand-range

Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by micromatch.

  • v2.0.2
  • 66.34
  • Published

is-dotfile

Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.

  • v2.0.0
  • 66.11
  • Published

selderee

Selectors decision tree - choose matching selectors, fast

  • v0.11.0
  • 65.95
  • Published

is-negated-glob

Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.

  • v1.0.0
  • 65.63
  • Published

parse-glob

Parse a glob pattern into an object of tokens.

  • v3.0.4
  • 65.43
  • Published

is-valid-glob

Return true if a value is a valid glob pattern or patterns.

  • v1.0.0
  • 65.02
  • Published

globule

An easy-to-use wildcard globbing library.

  • v1.3.4
  • 64.94
  • Published

is-invalid-path

Returns true if a windows file path has invalid characters.

  • v1.0.2
  • 64.83
  • Published

filename-regex

Regular expression for matching file names, with or without extension.

  • v2.0.1
  • 64.79
  • Published

contains-path

Return true if a file path contains the given path.

  • v1.0.0
  • 64.65
  • Published

hex-color-regex

The best regular expression (regex) for matching hex color values from string.

  • v1.1.0
  • 64.15
  • Published

execall

Find multiple RegExp matches in a string

  • v3.0.0
  • 63.86
  • Published

css-mediaquery

Parses and determines if a given CSS Media Query matches a set of values.

  • v0.1.2
  • 63.84
  • Published

ts-pattern

The exhaustive Pattern Matching library for TypeScript.

  • v5.8.0
  • 63.68
  • Published

html-comment-regex

Regular expression for matching HTML comments

  • v1.1.2
  • 63.40
  • Published

is-ip

Check if a string is an IP address

  • v5.0.1
  • 62.34
  • Published

is-valid-path

Returns true if a file path does not contain any invalid characters.

  • v0.1.1
  • 61.94
  • Published

is-whitespace

Returns true if the value passed is all whitespace.

  • v0.3.0
  • 61.92
  • Published

deps-regex

Regular expression for matching javascript require/import statements.

  • v0.2.0
  • 60.97
  • Published

levenary

[![npm-version](https://img.shields.io/npm/v/levenary.svg)](https://www.npmjs.com/package/levenary) [![github-actions](https://github.com/tanhauhau/levenary/workflows/CI/badge.svg)](https://github.com/tanhauhau/levenary/actions)

  • v1.1.1
  • 60.56
  • Published

bcp-47-match

Match BCP 47 language tags with language ranges per RFC 4647

  • v2.0.3
  • 60.36
  • Published

has-glob

Returns `true` if an array has a glob pattern.

  • v1.0.0
  • 59.94
  • Published

wildcard-match

A tiny and extremely fast library for compiling and matching basic glob patterns

  • v5.1.4
  • 59.54
  • Published

hast-util-select

hast utility for `querySelector`, `querySelectorAll`, and `matches`

  • v6.0.4
  • 59.12
  • Published

cssauron

create matching selectors from css for your very own nested object hierarchy

  • v1.4.0
  • 58.98
  • Published

well-known-symbols

An ESnext spec-compliant shim/polyfill/replacement for all Well-Known Symbols that works in any environment with Symbols.

  • v4.1.0
  • 58.85
  • Published

author-regex

Regular expression for parsing an `author` string into an object following npm conventions.

  • v1.0.0
  • 58.33
  • Published

parse-author

Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.

  • v2.0.0
  • 58.15
  • Published

glob-escape

Escape glob patterns

  • v0.0.2
  • 57.80
  • Published

tcompare

A comprehensive comparison library, for use in test frameworks

  • v9.0.0
  • 57.60
  • Published

url-pattern

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

  • v1.0.3
  • 56.91
  • Published

@stdlib/regexp-eol

Return a regular expression to match a newline character sequence.

  • v0.2.2
  • 56.71
  • Published

strip-color

Strip ANSI color codes from a string. No dependencies.

  • v0.1.0
  • 56.53
  • Published

expand-braces

Wrapper for [braces] to enable brace expansion for arrays of patterns.

  • v0.1.2
  • 55.45
  • Published

picomatch-browser

(temporary fork of picomatch) Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.

  • v2.2.6
  • 55.45
  • Published

matchit

Quickly parse & match URLs

  • v1.1.0
  • 55.31
  • Published

replace-string

Replace all substring matches in a string

  • v4.0.0
  • 54.83
  • Published

gulp-filter

Filter files in a `vinyl` stream

  • v9.0.1
  • 54.79
  • Published

unist-util-select

unist utility to select nodes with CSS-like selectors

  • v5.1.0
  • 54.64
  • Published

load-grunt-tasks

Load multiple grunt tasks using globbing patterns

  • v5.1.0
  • 54.50
  • Published

look-it-up

Find a file or directory by walking up parent directories recursively. Zero dependency.

  • v2.1.0
  • 54.42
  • Published

fast-fuzzy

Fast and tiny fuzzy-search utility

  • v1.12.0
  • 54.37
  • Published

maximatch

Extends multimatch() with support for filter functions and regular expressions

  • v0.1.0
  • 54.29
  • Published

matched

Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.

  • v5.0.1
  • 54.27
  • Published

@leeoniya/ufuzzy

A tiny, efficient fuzzy matcher that doesn't suck

  • v1.0.19
  • 53.92
  • Published

didyoumean2

a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm

  • v7.0.4
  • 53.69
  • Published

node-match-path

Dependency-free request URI matcher

    • v0.6.3
    • 53.66
    • Published

    xml-char-classes

    Regular expressions for matching against the XML Character Classes

    • v3.0.0
    • 53.63
    • Published

    ncname

    Regular expression for matching XML NCName

    • v3.0.0
    • 53.19
    • Published

    @orchidjs/sifter

    A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.

    • v1.1.0
    • 52.97
    • Published

    package-name-regex

    Provides a regex that can be used to test if a string is a valid NPM package name.

    • v4.0.3
    • 52.75
    • Published

    command-score

    Yet another javascript fuzzy matching library

    • v0.1.2
    • 51.89
    • Published

    chai-deep-match

    Extends Chai with an assertion for deeply matching objects (i.e. subset equality checking)

    • v1.2.1
    • 51.28
    • Published

    @pnpm/matcher

    A simple pattern matcher for pnpm

    • v1000.0.0
    • 51.26
    • Published

    password-validator

    Validates password according to flexible and intuitive specifications

    • v5.3.0
    • 51.06
    • Published

    package-directory

    Find the root directory of a Node.js project or npm package

    • v8.1.0
    • 50.75
    • Published

    utcstring

    utc date helpers

    • v0.1.0
    • 50.67
    • Published

    postcss-extend-rule

    Use the @extend at-rule and functional selectors in CSS

    • v4.0.0
    • 50.42
    • Published

    match-json

    A light assertion library built with JSON APIs in mind.

    • v1.3.7
    • 50.23
    • Published

    match-stream

    Match a pattern within a stream

    • v0.0.2
    • 50.08
    • Published

    whence

    Add context awareness to your apps and frameworks by safely evaluating user-defined conditional expressions. Useful for evaluating expressions in config files, prompts, key bindings, completions, templates, and many other user cases.

    • v2.1.0
    • 49.96
    • Published

    package-up

    Find the closest package.json file

    • v5.0.0
    • 49.87
    • Published

    sifter

    A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.

    • v0.5.4
    • 49.62
    • Published

    file-match

    Match filepath is validated, or exclude filepath that don't need.

    • v1.0.2
    • 49.00
    • Published

    js-levenshtein-esm

    The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

    • v2.0.0
    • 48.94
    • Published

    string-comparison

    A library implementing different string similarity

    • v1.3.0
    • 48.89
    • Published

    ts-replace-all

    This package includes the [core-js](https://github.com/zloirock/core-js) polyfill for `String#replaceAll`, along with TypeScript typings.

    • v1.0.0
    • 48.88
    • Published

    perf-regexes

    Optimized and powerful regexes for JavaScript

    • v1.0.1
    • 48.86
    • Published

    ukkonen

    Ukkonens approximate string matching algorithm for finding edit distance similar to Levenshtein

    • v2.2.0
    • 48.79
    • Published

    zeptomatch

    An absurdly small glob matcher that packs a punch.

    • v2.0.2
    • 48.62
    • Published

    load-pkg

    Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.

    • v4.0.0
    • 48.23
    • Published

    element-matches

    Super small `Element.matches` fix for older browsers (IE 9+, Edge 12+, Safari, Android browsers)

    • v0.1.2
    • 48.08
    • Published

    applause

    Human-friendly replacements.

    • v2.0.4
    • 47.80
    • Published

    project-name

    Get the name of a project, from package.json, git config, or basename of the current working directory.

    • v1.0.0
    • 47.51
    • Published

    bash-glob

    Bash-powered globbing for node.js

    • v2.0.0
    • 47.46
    • Published

    synesthesia

    A collection of regular expressions to match color syntax substrings from a text

    • v1.0.1
    • 47.38
    • Published

    get-view

    Utility for getting an assemble view from a collection object.

    • v2.0.0
    • 47.33
    • Published

    did-you-mean

    Fuzzy match a command from a list (typo-safety)

    • v0.0.1
    • 47.27
    • Published

    requires-regex

    Regular expression for matching javascript require statements.

    • v1.0.4
    • 47.17
    • Published

    object.filter

    Create a new object filtered to have only properties for which the callback returns true.

    • v0.3.0
    • 46.98
    • Published

    route-parser

    A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser.

    • v0.0.5
    • 46.86
    • Published

    semver-match

    A simple function that conforms npm package version matching behavior.

    • v0.1.1
    • 46.75
    • Published

    email-regex

    Regular expression for matching email addresses

    • v6.1.0
    • 46.67
    • Published

    string-match-left-right

    Match substrings on the left or right of a given index, ignoring whitespace

    • v9.0.23
    • 46.60
    • Published

    ip-matching

    Utilities for IPv4/IPv6 ranges/subnets/masks parsing/matching, string representations, ...

    • v2.1.2
    • 46.40
    • Published

    pipetteur

    A function to extract any colors from a string

    • v2.0.3
    • 46.35
    • Published

    en-route

    Routing for static site generators, build systems and task runners, heavily based on express.js routes but works with file objects. Used by Assemble, Verb, and Template.

    • v3.2.0
    • 46.01
    • Published

    license-check-and-add

    A tool to enable the checking, inserting and removal of licenses

    • v4.0.5
    • 45.96
    • Published

    react-spreadsheet-import

    React spreadsheet import for xlsx and csv files with column matching and validation

    • v4.7.1
    • 45.93
    • Published

    match-file

    Returns true when the given `name` matches any of the path properties on a vinyl file.

    • v1.0.0
    • 45.87
    • Published

    tsconfig-resolver

    Walk up the tree to resolve `tsconfig.json` configuration objects.

      • v3.0.1
      • 45.65
      • Published

      webext-patterns

      Tool to convert the patterns and globs of your WebExtension manifest to regex

      • v1.5.1
      • 45.44
      • Published

      dayjs-range

      A Day.js plugin for matching and generating range dates.

      • v1.0.12
      • 45.34
      • Published

      gfm-code-block-regex

      RegExp for gfm (GitHub Flavored Markdown) fenced code blocks.

      • v1.0.0
      • 45.27
      • Published

      grunt-replace

      Replace text patterns with applause.

      • v2.0.2
      • 45.17
      • Published

      gfm-code-blocks

      Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.

      • v1.0.0
      • 44.81
      • Published

      filter-array

      Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.

      • v0.2.0
      • 44.63
      • Published

      rudy-match-path

      link to URL path matching borrowed from React Router

      • v0.3.0
      • 43.67
      • Published

      outmatch

      An extremely fast and lightweight glob-matching library with advanced features

      • v1.0.0
      • 43.37
      • Published

      oxide.ts

      Rust's Option<T> and Result<T, E>, implemented for TypeScript.

      • v1.1.0
      • 43.33
      • Published

      lang-map

      Get the language associated with a file extension or the extensions associated with a language using the data from GitHub's [Linguist YAML file](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml)

      • v0.4.0
      • 43.03
      • Published

      comment-regex

      Regular expression for matching JavaScript comments

      • v2.0.0
      • 42.87
      • Published

      chai-asserttype

      a simple chai plugin for asserting on types

      • v1.0.5
      • 42.30
      • Published

      match-casing

      Match the case of `value` to that of `base`

      • v2.0.1
      • 42.29
      • Published

      dotdir-regex

      Regex for matching dot-directories, like `.git/`

      • v1.0.1
      • 41.75
      • Published

      next-applause

      Human-friendly replacements.

      • v2.2.4
      • 41.59
      • Published

      glob-fs

      file globbing for node.js. speedy and powerful alternative to node-glob.

      • v0.1.7
      • 41.53
      • Published

      @firanorg/mollitia-molestias-accusamus

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v10.13.142
      • 41.52
      • Published

      anysort

      Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers

      • v2.0.0
      • 41.41
      • Published

      broccoli-replace

      Replace text patterns with applause.

      • v2.0.2
      • 41.17
      • Published

      github-username-regex

      A regular expression that only matches a valid Github username

      • v1.0.0
      • 40.58
      • Published

      safety-match

      `safety-match` provides pattern matching for JavaScript, TypeScript, and Flow.

      • v0.4.4
      • 40.22
      • Published

      @dozerg/find-up

      Find files or directories by walking up parent directories.

      • v1.0.9
      • 39.97
      • Published

      mqtt-match

      Match mqtt formatted topic strings to strings

      • v3.0.0
      • 39.80
      • Published

      regex-emoji

      A regex to match the :emoji: snippets in a string.

      • v2.0.9
      • 39.69
      • Published

      @dramaorg/delectus-culpa-reprehenderit

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

      • v3.5.94
      • 39.49
      • Published

      @selectize/sifter

      A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.

      • v0.6.2
      • 39.30
      • Published

      is-iso-date

      A simple utility to check if a string is an ISO-compliant date.

      • v0.0.1
      • 39.00
      • Published

      mqtt-pattern

      Fast library for matching MQTT patterns with named wildcards

      • v2.1.0
      • 38.97
      • Published

      @sutro-dev/route-parser

      A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser.

      • v6.0.0
      • 38.94
      • Published

      assert-match

      assert + matchers <3

      • v1.1.1
      • 38.44
      • Published

      is-match

      Create a matching function from a glob pattern, regex, string, array, object or function.

      • v1.0.0
      • 38.35
      • Published

      satisfied

      Keep your package.json version requirements satisfied

      • v1.1.2
      • 38.29
      • Published

      murl

      murl is fast url pattern matching and replacing

      • v0.4.1
      • 37.84
      • Published

      filter-values

      Filter an object values using glob patterns or with a `callback` function returns true.

      • v0.4.1
      • 37.72
      • Published

      url-match-patterns

      A module for testing URLs against Chrome and Firefox match patterns.

      • v0.2.0
      • 37.68
      • Published

      filter-keys

      Filter the keys of an object using glob patterns.

      • v1.1.0
      • 37.64
      • Published

      filter-object

      Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.

      • v3.0.0
      • 37.58
      • Published

      fast-find-in-files

      fast-find-in-files recursively searches sub-directories for needle matches

      • v1.0.5
      • 37.17
      • Published

      ast-matcher

      Create pattern based AST matcher function

      • v1.2.0
      • 37.14
      • Published

      resolve-dep

      Return an array of resolved filepaths for require-able local or named npm modules. Wildcard (glob) patterns may be used.

      • v0.6.0
      • 36.87
      • Published

      punycode-regex

      A regex for matching punycode.

      • v1.0.1
      • 36.77
      • Published

      fuzzy-match-utils

      A collection of string matching algorithms built with React Select in mind

      • v1.3.0
      • 36.49
      • Published

      @zitterorg/magni-eos

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

      • v5.8.60
      • 36.27
      • Published

      path-ends-with

      Return `true` if a file path ends with the given string/suffix.

      • v2.0.0
      • 36.19
      • Published

      match

      Simplest way to create match memory games.

      • v1.2.11
      • 35.94
      • Published

      patterns

      Match a string against a list of patterns

      • v1.0.3
      • 35.75
      • Published

      @rimbu/deep

      Tools to use handle plain JS objects as immutable objects

      • v2.0.2
      • 35.57
      • Published

      highlight-matches-utils

      Utility functions to mark and/or highlight character matches in texts

      • v1.0.0
      • 35.49
      • Published

      @visulima/fs

      Human friendly file system utilities for Node.js

      • v3.1.5
      • 35.27
      • Published

      @bluelovers/to-regex-range2

      Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.

      • v5.0.1
      • 35.25
      • Published

      react-jsx-match

      Allow conditional matching in React JSX.

      • v1.1.10
      • 35.23
      • Published

      word-regex

      Regular expression for matching words in a string. Support for english, CJK and Cyrillic.

      • v0.1.2
      • 35.04
      • Published

      year-range-regex

      Generates a regular expression for validating a range of years.

      • v0.1.0
      • 34.87
      • Published

      pinyin-match

      支持多音字, 繁体字,首字母缩写的拼音搜索引擎

      • v1.2.8
      • 34.83
      • Published

      tree-selector

      Use CSS selectors to match nodes in a custom object tree

      • v2.1.1
      • 34.63
      • Published

      dotfile-regex

      Regular expresson for matching dotfiles.

      • v1.0.2
      • 34.58
      • Published

      regexp-cjk

      Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn

      • v3.3.117
      • 34.48
      • Published

      ajv-semver

      Semver matching plugin for AJV

      • v2.0.2
      • 34.40
      • Published

      gulp-scan

      A plugin to scan a file for a string or expression

      • v0.1.4
      • 34.35
      • Published

      wordcount

      Count the words in a string. Support for english, CJK and Cyrillic.

      • v1.1.1
      • 34.27
      • Published

      find-up-cli

      Find a file by walking up parent directories

      • v6.0.0
      • 34.24
      • Published

      match-words

      Match the words in a string. Support for english, CJK and Cyrillic.

      • v1.0.0
      • 34.09
      • Published

      non-ascii

      Regular expression for matching non-ASCII characters

      • v2.0.0
      • 34.08
      • Published

      regexp.execall

      Array of RegExp.prototype.exec results

      • v1.0.2
      • 33.94
      • Published

      snapdragon-capture

      Snapdragon plugin that adds a capture method to the parser instance.

      • v0.2.0
      • 33.61
      • Published

      mongoose-cast-aggregation

      A mongoose plugin that casts $match at aggregation pipelines whenever possible

      • v0.3.1
      • 33.37
      • Published

      fuzzbunny

      Fast fuzzy string matching with scoring and matched ranges

      • v1.0.1
      • 33.33
      • Published

      match-ast

      Helper functions to verify an AST structure

      • v2.0.0
      • 33.31
      • Published

      parse-authors

      Parse a string into an array of objects with `name`, `email` and `url` properties following npm conventions. Useful for the `authors` property in package.json or for parsing an AUTHORS file into an array of authors objects.

      • v0.2.4
      • 33.20
      • Published

      mqtt-wildcard

      Match a MQTT Topic against Wildcards

      • v3.0.9
      • 32.94
      • Published

      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

      • v0.2.3
      • 32.90
      • Published

      glob-path-regex

      Regular expression for matching the parts of glob pattern.

      • v1.0.0
      • 32.86
      • Published

      stream-snitch

      Event emitter for watching text streams with regex patterns

      • v0.0.3
      • 32.81
      • Published

      git-root-dir

      Find the root directory of a `git` repository

      • v1.0.2
      • 32.73
      • Published

      load-plugins

      Load plugins for gulp, grunt, assemble, verb any node.js app that needs to load plugins from node_modules or local folders.

      • v2.1.2
      • 32.53
      • Published

      ip-filter

      Validates given IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.

      • v4.0.0
      • 32.48
      • Published

      iterable-operator

      Utilities for JavaScript Iterable and AsyncIterable

      • v5.1.0
      • 32.43
      • Published

      non-4byte-chars-regex

      Regular expression which matches a string with no 4-byte characters

      • v1.0.0
      • 32.40
      • Published

      vfile-glob

      Search files with glob pattern and create VFile objects from them

      • v1.0.0
      • 32.40
      • Published

      dayjs-recur

      A Day.js plugin for matching and generating recurring dates.

      • v1.0.1
      • 32.29
      • Published

      iterator-matcher

      Easily found out if an ES6 Iterator match what you expected

      • v2.1.0
      • 32.21
      • Published

      nudged

      Affine transformation estimator e.g. for multi-touch gestures and calibration

      • v2.1.1
      • 32.03
      • Published

      matchheight

      No dependencies, Light weight, Makes elements equal height.

      • v1.1.2
      • 32.03
      • Published

      read-glob

      Search files with glob pattern and read them, Observable way

      • v3.0.0
      • 31.93
      • Published

      mismatch

      A JavaScript package to return captured groups of a regular expression as an object.

      • v1.2.0
      • 31.86
      • Published

      uuid-regexp

      RegExp for finding an RFC4122 compliant UUID in a string.

      • v0.3.0
      • 31.68
      • Published

      pattern-replace

      Replace text patterns with a given replacement.

      • v0.1.2
      • 31.66
      • Published

      pathname-match

      Strip a url to only match the `pathname`.

      • v1.2.0
      • 31.38
      • Published

      react-micro-match-media

      > zero dependencies, ~1kb render prop wrapper of window.matchMedia

      • v1.0.0
      • 31.31
      • Published