clean-regexp
Clean up regular expressions
Found 1654 results for regular expressions
Clean up regular expressions
Matches strings against configurable strings, globs, regular expressions, and/or functions
Regular expressions.
A library for finite automata and regular expressions in the context of JS RegExp
Glob expressions for JavaScript
Generate regular expressions that match a set of strings
ESLint rules to disallow unsafe regular expressions.
A collection of Javascript regular expressions
Does one simple thing - gets the flags from a regular expression. Useful for cloning and any library that uses or generates regular expressions that are created from other regular expressions.
Evaluates regular expressions with a time limit to mitigate DOS attacks based on catastrophic backtracking.
Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn
Build regular expressions with functions
Regular expressions with named capture groups and named back-references
Runs regular expressions on a background thread.
A set of functions to build and compose complex regular expressions
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
capable of translating Unicode regular expressions
Common regular expressions
Helper functions for handling Regular Expressions and parsing user input as Regular Expressions
Matches strings against configurable strings, globs, regular expressions, and/or functions
Functional Regex simplifies the way you work with global regular expressions in JavaScript.
Verbose Regular Expressions
Event emitters with support for 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.
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
Make non-backtracking regular expressions from arrays of strings.
Returns true if a string has an extglob.
The best regular expression (regex) for matching hex color values from string.
Regular expression parser for ECMAScript.
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
Regular expression for matching javascript require/import statements.
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 parser for ECMAScript.
Returns true if a filepath is a windows UNC file path.
Check if a value is a regular expression
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.
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.
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.
Returns true if the given string is a POSIX bracket expression (POSIX character class).
Parse a glob pattern into an object of tokens.
Regex for RGB 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 matching RGBA color strings.
Helpers and utility functions for creating scalable regular expressions
Clone and modify a RegExp instance
Make a regular expression time out if it takes too long to execute
Find multiple RegExp matches in a string
Regular expression for matching scoped npm package names
Returns true if a file path does not contain any invalid characters.
Returns `true` if an array has a glob pattern.
turf square-grid module
turf rectangle-grid module
Create regex for template delimiters.
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
Test if a value is a regular expression string.
Regular expression for parsing an `author` string into an object following npm conventions.
Escape a regular expression string or pattern.
Regular expression to detect an extended-length path.
Return a regular expression to capture a function name.
Replace search occurrences with a replacement string.
Detect vulnerable regexes by querying a service hosted at Virginia Tech.
Return a regular expression to parse a regular expression string.
Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers
Regular expression for matching javascript require statements.
Create a regular expression from a regular expression string.
Return a regular expression to match a newline character sequence.
Regular expression for matching issue references
Regular expression for matching JavaScript identifiers
Regular expressions on list of objects
Regular Expressions - quick and concise, readable and composable.
Regular expression for matching npm organization names
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.
Escape RegExp special characters
Regular Expression Detection & Replacement streams.
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
☕ Regular validation expressions (regex) for javascript🎉
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
Regular expression to parse a regular expression string.
Parses a regular expression string and returns a new regular expression.
Checks if a given path is a regular file
Regular expression parser for ECMAScript.
RegExp for gfm (GitHub Flavored Markdown) fenced code blocks.
Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.
Generate RegExp for delimiters, to be used with templates, files or data streams.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
[](https://www.npmjs.com/package/@wemnyelezxnpm/sequi-rerum-excepturi) [](https://www.npmjs.com/package/
[![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
Regular expression for matching es6 template delimiters in a string.
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
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.
Javascript Regular Expressions with Super Powers
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
Simple Regexp patterns javascript library
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
Escape RegExp special characters. This is a fork of sindresorhus/escape-string-regexp, but with CommonJS support.
100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.
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.
A parser combinator library like Parsec.
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.
簡繁日 共通字/轉換表
轉換 簡繁日 當中共通的 漢字
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.
Merge multiple regexes and strings into one, preserving all the flags, automatically escaping the strings
Detect vulnerable regexes using the vuln-regex-detector module.
Regular expresson for matching dotfiles.
replace strings that match a particular pattern with a React Component, recursively
Smartly merge multiple regex
Returns a regex for Projectz readme sections depending on the section name.
create regex class range string `[一-十]` `[⓪-㊿]` ...
## API
A template tag for creating regular expressions
I help you to use regular expressions already defined.!
Regular expression parser for ECMAScript 2018.
RegExp AST Parser
Regular expression for matching non-ASCII characters
Array of RegExp.prototype.exec results
Custom delimiters, for Handlebars templates.
Escape RegExp special 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)
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.
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.
Regular expression for matching the parts of glob pattern.
Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.
A JavaScript package to return captured groups of a regular expression as an object.
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.
RegExp for finding an RFC4122 compliant UUID in a string.
Unicode to Latin transliteration + slugify module
Collections of the most used regular expressions in JavaScript
Convenience subclass to the native RegExp object
Easily replace and transform :props in strings.
regular expressions for humans
Escapes the Regular Expression special characters in string.
Get the line number for each regex match found in a string.
Special RegExp characters, useful for escaping.
Creates a Deterministic Finite Automata (DFA) from regular expressions
Short constants for common regular expressions
Get function arguments, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
Icon Sources (based on template) built for @steeze-ui/icons
mrspider middleware to extract data using regular expressions.
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
A regular expression that matches Bible verse references and ranges
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
[![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
<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:/
[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
Humanized Regular Expressions
[](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.
[![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) [ 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 [React](https://reactjs.org/)-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
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.