identifier-regex
Regular expression for matching JavaScript identifiers
Found 54018 results for javascript regex match
Regular expression for matching JavaScript identifiers
Regular expression for matching JavaScript comments
Micro parser for detection of literal regexes
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
A query library for ECMAScript AST using a CSS selector like query language.
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
serialize objects to javascript
JavaScript parser, mangler/compressor and beautifier toolkit
Parse code files and patch it without having to use an AST
Optimized and powerful regexes for JavaScript
ESLint rules to disallow unsafe regular expressions.
🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
Microsoft Azure SDK for JavaScript - Logger
Simple templating using a config.json and regex patterns
Escapes special characters in a string, for matching substrings with a RegExp instance.
Check if a string is a valid JavaScript identifier
A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.
Jest preset used by a MC application
Simulate react-select events for react-testing-library
Newline character converter
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.
JavaScript RegExp doesn't work with Unicode characters out of the box. This small package fixes this issue. This is \p{L} equalent extracted from XRegExp.
Web based JavaScript HTML WYSIWYG editor control.
Convert a Regular Expression from one flavour to another.
Language tag parser
A collection of useful regular expressions.
0-Deps, simple, fast, for browser and node js object schema validator
_@hutechwebsite/quas-iure-iste-magni_ offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard. It’s based on [_emoji-test-regex-pattern_](https://github.com/mathiasbynen
Flatfile embedded with vanilla javascript.
Return the closest element matching a selector up the DOM tree
zero config bundler for js/ts/jsx libraries
Runtime library for TypeScript helper functions
An ESnext spec-compliant shim/polyfill/replacement for all Well-Known Symbols that works in any environment with Symbols.
Simple module to localize the strings of any JS based program using the same syntax used in the ReactLocalization and ReactNativeLocalization module, use 'npm run build' before publishing
Analyze the JavaScript loaded by a website
Readable regex transformations, validations, and utilities with both static and chainable API.
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
A JavaScript parser
TypeScript is a language for application scale JavaScript development
Get and robustly cache all JS language-level intrinsics at first require time
A parser that converts TypeScript source code into an ESTree compatible form
Human-friendly process signals
Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module
`Object.defineProperty`, but not IE 8's broken one.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
An Esprima-compatible JavaScript parser built on Acorn
A robust, ES3 compatible, "has own property" predicate.
Chai.js assertions for enzyme
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
ECMAScript parsing infrastructure for multipurpose analysis
A JavaScript text diff implementation.
A simple cache for a few of the JS Error constructors.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Jscrambler Code Integrity API client.
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
[](https://www.npmjs.org/package/url-pattern) [](https://travis-ci.org/osjwnpm/vero-officiis-ut/branche
A webpack plugin to protect your generated bundle using Jscrambler Code Integrity
An AST-based pattern checker for JavaScript.
An ESLint custom parser which leverages TypeScript ESTree
Robustly `.call.bind()` a function
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
ESLint JavaScript language implementation
Set a function's length property
Is this value a JS SharedArrayBuffer?
ES2019 spec-compliant String.prototype.trimStart shim.
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
ES2019 spec-compliant String.prototype.trimEnd shim.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
Which kind of boxed JS primitive is this?
Is this value a JS ArrayBuffer?
Unbox a boxed JS primitive value.
ES spec-compliant shim for ArrayBuffer.prototype.slice
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
A collection of common interactive command line user interfaces.
Modified version of Nick Drewe's tc or sc checker.
Get the byteOffset out of a DataView, robustly.
Get the ArrayBuffer out of a DataView, robustly.
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
Simple, effective, functional pattern matcher
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Get the byteLength out of a DataView, robustly.
Based on @xmldom/xmldom with some minor enhancements. Add querySelector, querySelectorAll and match method to Document and Element.
Is this an arguments object? It's a harder question than you think.
WebAssembly text format printer
AST utils for webassemblyjs
WebAssembly binary format parser
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
Spec-compliant polyfill for String.prototype.replaceAll ESnext proposal

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
`Iterator.prototype`, or a shared object to use.
Inquirer core TS types
Flow types for the Javascript AST
JavaScript library for DOM operations
Tooling which enables you to use TypeScript with ESLint
Polyfill for Metadata Reflection API
Core Inquirer prompt API
Microsoft Azure SDK for JavaScript - Aborter
Highly configurable, well-tested, JavaScript-based HTML minifier.
Vendored version of figures, for CJS compatibility
Inquirer confirm prompt
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.
A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.
ECMAScript extensions and shims
Stripe VAT id handling
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
Determine whether an AST node is a reference
Inquirer prompts, combined in a single package
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
JavaScript utilities with respect to emerging standard
A lightweight carousel library with fluid motion and great swipe precision
Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.
A lightweight carousel library with fluid motion and great swipe precision
A simple text matching library
Reactive utilities for Embla Carousel
A collection of implementation for ECMAScript abstract operations
Inquirer checkbox prompt
Inquirer password prompt
An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.
Inquirer rawlist prompt
Inquirer select/list prompt
Inquirer input text prompt
Javascript Redis protocol (RESP) parser
Simple module to localize the ReactNative interface
Inquirer checkbox prompt
Error classes used in node_redis
Inquirer search prompt
Inquirer number prompt
Inquirer multiline editor prompt
Censor or highlight words and other patterns intelligently.
Style elements relative to other elements in CSS
Use the :focus-visible pseudo-selector in CSS
Airbnb's base JS ESLint config, following our styleguide
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Build and evaluate JavaScript strings safely via tagged template literals
Check if something can be an ecmascript (javascript) identifier name
Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn
Style form elements when they are empty
A JavaScript (JS) Map or Similar object polyfill if Map is not available.
A JavaScript parser
Isomorphic client library for supporting long-running operations in node.js and browser.
Parses CSS inline style to JavaScript object (camelCased).
3D animated backgrounds for your website
Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.
npm package to remove all sensitive info from data passed
Library to parse dependencies for Closure Library. Also includes a CLI to generate deps.js files for Closure Library's debug loader.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
A collection of dgeni packages for generating documentation from source code
Ένα JS package για node ή browser (με TypeScript types) με μεθόδους που διευκολύνουν την αναζήτηση ελληνικού κειμένου
Polyfills the ResizeObserver API and supports box size options from the latest spec
Isomorphic storage client for Supabase.
OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Is the value an object or an array but not null?
A pure javascript JPEG encoder and decoder
Isomorphic Javascript client for Supabase
WebAssembly text format parser
Listen to realtime updates to your PostgreSQL database
Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.
Like `extend` but only copies missing properties/values to the target object.
Airbnb's ESLint config, following our styleguide
An ESLint plugin for NestJS, with pedantic rules
Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
remark plugin to support MDX syntax
Adds a comprehensive Camel-Case (and Pascal-Case) converter to the String's prototype
Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
A library for code common to my various NodeJS/Browser projects.
Spectacular Test Runner for JavaScript.
Highly configurable, well-tested, JavaScript-based HTML minifier.
JavaScript SVG parser and renderer on Canvas.
Professional JavaScript utility to generate flexible and accurate regex patterns for data validation
Microsoft Azure Storage SDK for JavaScript - Blob
Escape strings for use as JavaScript string literals
A less than 1KB css-in-js solution
micromark extension to support MDX or MDX.js JSX
Parses JavaScript objects into XML
esast (and estree) utility to visit nodes
Backbone model validator allows you to define validation rules for model and utilize it for model-standalone validation or bind its events to the view so you can display errors if needed.
unist utility to get a position from an estree node
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
A rollup plugin to upload sourcemaps to Honeybadger
micromark extension to support MDX JS import/exports
Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Automatically validate API requests and responses with OpenAPI 3.
micromark extension to support MDX or MDX JS expressions
Option, Result, and Either types for JavaScript - Inspired by Rust
CLI for the swc project
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
ES spec-compliant shim for TypedArray.prototype.slice
Sync function that returns an array of files matching regex pattern, recursively inside specified directory.
Is this value a JS regex?
JavaScript 3D library
Simple wrapper around javascript replace with CLI usage support!
hast utility to transform to estree (JavaScript AST) JSX
Create a new object filtered to have only properties for which the callback returns true.
Multiline code search for every language. Structural code search for JavaScript, TypeScript, HTML and CSS
An API documentation generator for JavaScript.
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
Attach comments to estree nodes
Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and
Airbnb's ESLint config with TypeScript support
<div align="center"> <h1>Is this an invitation to a Discord server? ➕</h1> <p> This module checks whether a string is a Discord server invitation. If it is, it fetches information from the API to find out more about the server.
Check if a string is a valid JavaScript expression
Adaptation of react-addons-shallow-compare, for independent usage
Tests if ES6 Symbol is supported.
Tests if ES6 @@toStringTag is supported.
Create and modify PDF files with JavaScript
browser-side require() the node way
`AsyncIterator.prototype`, or a shared object to use.
Colors of Google's Material Design made available to coders
A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.
Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
JavaScript Testing utilities for React
A prettier plugins to sort imports in provided RegEx order
A pure javascript BMP encoder and decoder
JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.
walk an AST, quickly
[](https://www.npmjs.com/package/yamux-js) [](https://github.com/th-ch/yamux-js) [![GitHub
React component for inputing currency amounts
Unfancy JavaScript
An ESnext spec-compliant `Array.prototype.toReversed` shim/polyfill/replacement that works as far down as ES3.
A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.
get a list of identifiers that are initialised by a JavaScript AST node.
Official React component for Font Awesome
Generate a table of contents based on the heading structure of a html document.
ECMAScript 5 compatibility shims for legacy JavaScript engines
match-string is a javascript function who return a regexp for match a string with all of his accents possible
A Jimp-compatible library for working with GIFs
Autocomplete prompt for inquirer
Saga middleware for Redux to handle Side Effects
pattern match DSL for typedraft
ELEN - Efficient Lexicographic Encoding of Numbers. For JavaScript.
A Beautifully Animated Flip Clock
Highlight keywords using JavaScript. Intended for every use case. Can e.g. be used to mark text in search results.
Get the last or last n elements in an array.
Detects the JavaScript libraries running on a page
recma plugin to add support for parsing and serializing JSX
Check what’s defined in an estree scope
CloudEvents SDK for JavaScript
esast utility to transform from estree
No-dependencies, low-level, high-performance JIT code generation package for JavaScript