org-regex
Regular expression for matching npm organization names
Regular expression for matching npm organization names
Extends JavaScript RegExp with named groups, backreferences and replacement.
Generate regular expressions that match a set of strings
Regular expression for matching es6 template delimiters in a string.
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.
Glob expressions for JavaScript
Regex for matching dot-directories, like `.git/`
Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers
Bash-powered globbing for node.js
# squareGrid
turf rectangle-grid module
Regular expression for matching javascript require statements.
Tagged template string regular expression compiler.
Regular expression parser for ECMAScript.
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.
Escape RegExp special characters
Generate RegExp for delimiters, to be used with templates, files or data streams.
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.
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
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.