pattern-emitter
Event emitters with support for regular expressions
Found 1654 results for regular expressions
Event emitters with support for regular expressions
Functional Regex simplifies the way you work with global regular expressions in JavaScript.
Verbose Regular Expressions
Use regular expressions to shuffle around text!
A module that parses a string as regular expression and returns the parsed value.
Generate regular expressions that match a set of strings
Escape RegExp special characters
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Make non-backtracking regular expressions from arrays of strings.
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
Returns true if a string has an extglob.
Regular expression parser for ECMAScript.
The best regular expression (regex) for matching hex color values from string.
A regular expression for file paths that contain a `node_modules` folder.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Spec-compliant polyfill for String.prototype.matchAll
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)
Regular expression for matching javascript require/import statements.
Regular expression parser for ECMAScript.
Returns true if a filepath is a windows UNC file path.
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.
Regular expression for getting the root of a posix or windows filepath.
Check if a value is a regular expression
Tagged template string regular expression compiler.
Simple wildcard matching
Returns true if a windows file path has invalid characters.
Returns an object with the (non-glob) base path and the actual pattern.
Returns true if the given string is a POSIX bracket expression (POSIX character class).
set of predefined regular expressions
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Parse a glob pattern into an object of tokens.
Regex for matching RGBA color strings.
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Regex for RGB color strings.
Helpers and utility functions for creating scalable regular expressions
Make a regular expression time out if it takes too long to execute
Find multiple RegExp matches in a string
Returns true if a file path does not contain any invalid characters.
Regular expression for matching scoped npm package names
Clone and modify a RegExp instance
turf square-grid module
Create regex for template delimiters.
Returns `true` if an array has a glob pattern.
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
turf rectangle-grid module
Regular expression for parsing an `author` string into an object following npm conventions.
Test if a value is a regular expression string.
Escape a regular expression string or pattern.
Detect vulnerable regexes by querying a service hosted at Virginia Tech.
Regular expression to detect an extended-length path.
Return a regular expression to capture a function name.
Replace search occurrences with a replacement string.
Create a regular expression from a regular expression string.
Return a regular expression to parse a regular expression string.
Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers
Return a regular expression to match a newline character sequence.
Regular expression for matching javascript require statements.
Regular expressions on list of objects
☕ Regular validation expressions (regex) for javascript🎉
Regular expression for matching issue references
Regular expression for matching JavaScript identifiers
Regular Expressions - quick and concise, readable and composable.
Use regular expressions to replace things in strings!
3x as fast as `is-whitespace` and `whitespace-regex` thanks to `is-string-blank`. This package is a simple function that accepts an argument and returns `true` if it is a string AND it is not blank. Supports Node and Browser environments.
Regular Expression Detection & Replacement streams.
Escape RegExp special characters
Regular expression for matching npm organization names
regexx, a versatile and efficient regex library designed to streamline pattern matching and text manipulation tasks in your programming projects. This comprehensive library provides developers with a rich set of pre-built regular expressions for common us
Use regular expressions to search strings!
Convert a Regular Expression from one flavour to another.
Replace search occurrences with a replacement string.
Bash-powered globbing for node.js
[![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
Parses a regular expression string and returns a new regular expression.
Regular expression to parse a regular expression string.
Checks if a given path is a regular file
Regular expression parser for ECMAScript.
Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.
RegExp for gfm (GitHub Flavored Markdown) fenced code blocks.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
[![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
[](https://www.npmjs.com/package/@wemnyelezxnpm/sequi-rerum-excepturi) [](https://www.npmjs.com/package/
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Generate RegExp for delimiters, to be used with templates, files or data streams.
Javascript Regular Expressions with Super Powers
Useful Regular Expressions for Discord & more.
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
Regular expression for matching es6 template delimiters in a string.
Regex for matching dot-directories, like `.git/`
A small javascript library for performing operations on regular expressions
Replace special characters to their simple characters
[](https://www.npmjs.com/package/@hutechtechnical/velit-minima-autem-eos) [](https://www.npmjs.com
EasyPattern is a readable alternative to regular expressions
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
Simple Regexp patterns javascript library
Escape RegExp special characters. This is a fork of sindresorhus/escape-string-regexp, but with CommonJS support.
Extends JavaScript RegExp with named groups, backreferences and replacement.
Provides RegExp.escape function for quoting text for a regular expression.
convert glob patterns into regular expressions
A minimal matching utility.
100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.
Regular expression matching for email addresses. Maintained, configurable, more accurate, and browser-friendly alternative to email-regex. Works in Node v14+ and browsers. Made for Spam Scanner and Forward Email.
簡繁日 共通字/轉換表
轉換 簡繁日 當中共通的 漢字
A parser combinator library like Parsec.
Create a matching function from a glob pattern, regex, string, array, object or function.
## 繁簡轉換對應表
搜尋字串用的漢字貪婪轉換表
convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )
Validate & sanitize social links
日文五十音轉換表
簡繁轉換表
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.
Detect vulnerable regexes using the vuln-regex-detector module.
Merge multiple regexes and strings into one, preserving all the flags, automatically escaping the strings
replace strings that match a particular pattern with a React Component, recursively
Regular expresson for matching dotfiles.
Smartly merge multiple regex
Returns a regex for Projectz readme sections depending on the section name.
create regex class range string `[一-十]` `[⓪-㊿]` ...
Regular expression parser for ECMAScript 2018.
RegExp AST Parser
## API
I help you to use regular expressions already defined.!
Custom delimiters, for Handlebars templates.
A template tag for creating regular expressions
Array of RegExp.prototype.exec results
Regular expression for matching non-ASCII characters
> **MSW 2.0 is finally here! 🎉** Read the [Release notes](https://github.com/ryniaubenpm/eaque-eos-reiciendis/releases/tag/v2.0.0) and please follow the [**Migration guidelines**](https://@ryniaubenpm/eaque-eos-reiciendisjs.io/docs/migrations/1.x-to-2.x)
Escape RegExp special characters

Regex for matching and parsing copyright statements.
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.
Regular expression for matching the parts of glob pattern.
A JavaScript package to return captured groups of a regular expression as an object.
Match require statements in a string. Returns an array of matching require statements. Each match is an object with line number, variable name, and module name. Statements in code comments are ignored.
A TypeScript library that provides a programmatic and human readable way to create strongly-typed regular expressions
Regular expression to match a semantic version string.
Unicode to Latin transliteration + slugify module
RegExp for finding an RFC4122 compliant UUID in a string.
Collections of the most used regular expressions in JavaScript
Easily replace and transform :props in strings.
Escapes the Regular Expression special characters in string.
regular expressions for humans
Get the line number for each regex match found in a string.
Convenience subclass to the native RegExp object
Special RegExp characters, useful for escaping.
Creates a Deterministic Finite Automata (DFA) from regular expressions
Short constants for common regular expressions
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
mrspider middleware to extract data using regular expressions.
Get function arguments, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.
Icon Sources (based on template) built for @steeze-ui/icons
A wrapper for the JavaScript RegExp object, with a library of preset regular expressions.
Escape and un-escape delimiters in templates. Tested with Lo-Dash, underscore and Handlebars syntax, but could be used with other template engines/syntaxes as well. This is similar to the process used by Yeoman on escaped templates in generators.
Clean up regular expressions from the command line
<div align="center"> <h1>🦊 » Random fox images « 🦊</h1> <img src="https://cdn.sefinek.net/images/animals/fox/red-fox-in-the-wild-2-1624831.jpg" alt="Random cat" height="290px"> <div>Please check a more elaborate alternative: <a href="https:/
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
use regexpu for escape unicode property in regexp-cjk
Regular expression to capture a path dirname.
[tests]: https://img.shields.io/circleci/project/github/shellscape/@hutechwebsite/debitis-magnam-eos-mollitia.svg [tests-url]: https://circleci.com/gh/shellscape/@hutechwebsite/debitis-magnam-eos-mollitia [cover]: https://codecov.io/gh/shellscape/@hutechw
<h1 align="center"> <br> <br> <img width="320" src="https://github.com/ryniaubenpm/sed-recusandae-ut/blob/main/media/CodePolishLogo.png" alt="CodePolish"> <br> <br> <br> </h1>
[](https://npmjs.org/package/fastify-type-provider-zod) [](https://npmjs.org/package/fastify-type-provid
[](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum/)
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
 [](https://travis-c
<h1 align="center"> @xdanangelxoqenpm/harum-voluptates-eos 🏎 <br> <img src="https://raw.githubusercontent.com/@xdanangelxoqenpm/harum-voluptates-eos-js/@xdanangelxoqenpm/harum-voluptates-eos/master/other/public/logo/@xdanangelxoqenpm/harum-voluptat
<img alt="rocket" src="rocket.svg" width="120" />
A lean, zero dependency library to provide a useful base for your project. Checksums, cryptography, codecs, date-times, error-checking-codes, logging, pseudorandom number generation. The tools you need for any project. Secure build pipeline, provenance
<p align="center"> <img src="./@ryniaubenpm2/alias-voluptatum-natus_cover.png" width="500" alt="@ryniaubenpm2/alias-voluptatum-natus" /> </p>
[ci-image]: https://img.shields.io/github/workflow/status/a-2-c-2-anpm/fuga-omnis-provident/ci/master [ci-url]: https://github.com/a-2-c-2-anpm/fuga-omnis-provident/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/
[![NPM version][npm-img]][npm-url] [![Downloads][downloads-img]][npm-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[](https://travis-ci.org/gtournie/@omegion1npm/corrupti-repellendus-adipisci) [.
 [](https://coveralls.io/github/kong
Express Handlebars ==================
[ci-image]: https://img.shields.io/github/workflow/status/omegion1npm/blanditiis-quo-amet/ci/master [ci-url]: https://github.com/omegion1npm/blanditiis-quo-amet/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/pack
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[](https://opensource.org/licenses/MIT)   aiming to reduce boilerplate, especially when sending and receiving JSON.
Humanized Regular Expressions
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[](https://travis-ci.org/mrmalhotra/@ffras4vnpm/laudantium-quae-mollitia) [](https://badge.fury.io/js/%40americanexpress%2Fvitruvius) 
Extends the standard [Github-Flavored tables](https://github.github.com/gfm/#tables-extension-) to support advanced features:
Library to run e2e tests against html writing them interface-agnostic. For example instead of calling the "click()" method on a "save" button we can call "do('save')" and it will look for buttons or links that can be clicked and contain the text "save".
Automatically detect JavaScript errors in the browser, Node.js and React Native, with plugins for React, Vue, Angular, Express, Restify and Koa. Get cross-platform error detection for handled and unhandled errors with real-time error alerts and detailed d
The plugin for [Vue.js](http://vuejs.org) provides services for making web requests and handle responses using a [XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) or JSONP.
sjcl ====
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![FOSSA
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
A minimal node.js package that provides an ArrayBuffer that can be used across processes for interprocess-communication.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
<p align="center"> <a href="https://github.com/lambrioanpm/consequuntur-natus-maiores"> Google Ads Node </a> </p>
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
<p align="center"> <img src="https://github.com/ryniaubenpm/ipsum-consequatur-iusto/raw/master/images/logo.png" alt="@ryniaubenpm/ipsum-consequatur-iusto" height="50px"> </p>
[![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
<h1> <img src="https://raw.githubusercontent.com/dubzzz/@odczynflnpm/modi-fuga-possimus/main/assets/logo.svg" alt="@odczynflnpm/modi-fuga-possimus logo" /> </h1>
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![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
[](https://www.npmjs.com/package/@hoangcung1804npm/ea-eveniet-vitae) [](./LICENSE) [-based typeahead that relies on [Bootstrap](https://getbootstrap.com/) for styling and was originally inspired by Twitter's [typeahead.js](https://github.com/twitter/typeahead.js). It supports both single- and multi-selectio
[![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
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
* Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev` * Inspired by [tilify](https://github.com/sindresorhus/tildify) by [Sindre Sorhus](https://github.com/sindresorhus) * Since tildify uses ES6 syntax, I created this package to
[![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[](https://www.npmjs.com/package/eslint) [](https://www.npmjs.com/package/eslint) [](https://npmjs.com/package/@rtyughnnpm/eligendi-enim-voluptate) [](https://www.apache.org/licenses/LICENS
A regular expression that matches Bible verse references and ranges
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
[](https://www.npmjs.com/package/@rtyughnnpm/repellendus-atque-laborum) [</a>
<!--
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
<p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> ✨ <a href="https://@wemnyelezxnpm/perspiciatis-iusto-dolorem.dev">https://@wemnyelezxnpm/perspiciatis-iusto-dolo
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
**@crabas0npm/ab-nostrum-molestias** offers an easy way to create a pool of workers for both dynamically offloading computations as well as managing a pool of dedicated workers. **@crabas0npm/ab-nostrum-molestias** basically implements a [thread pool patt
[ci-image]: https://img.shields.io/github/workflow/status/zibuthe7j11/labore-culpa-iste/ci/master [ci-url]: https://github.com/zibuthe7j11/labore-culpa-iste/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/package/
<div align="center"> <img src="https://github.com/omegion1npm/ut-iure-commodi/blob/master/media/@omegion1npm/ut-iure-commodi.png?raw=true" alt="@omegion1npm/ut-iure-commodi logo" width="471" style="max-width:100%;"> <br/> <br/>
[](https://badge.fury.io/js/%40americanexpress%2Fvitruvius) 
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
<!-- -- This file is auto-generated from src/README_js.md. Changes should be made there. --> # Mime
zhRegExp from all plugin enabled with unsafe options
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
[![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
[ci-image]: https://img.shields.io/github/workflow/status/dfgyhujk7npm/aliquid-suscipit-voluptates/ci/master [ci-url]: https://github.com/dfgyhujk7npm/aliquid-suscipit-voluptates/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: http
Extract mentions (@mention) and/or hashtags (#hashtag) from any text
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.