time-to-botec/js/node_modules/@stdlib/regexp
..
basename
basename-posix
basename-windows
color-hexadecimal
decimal-number
dirname
dirname-posix
dirname-windows
docs/types
eol
extended-length-path
extname
extname-posix
extname-windows
filename
filename-posix
filename-windows
function-name
lib
native-function
regexp
unc-path
utf16-surrogate-pair
utf16-unpaired-surrogate
whitespace
LICENSE
NOTICE
package.json
README.md

Regular Expressions

NPM version Build Status Coverage Status dependencies

Standard library regular expressions.

Installation

npm install @stdlib/regexp

Usage

var regexp = require( '@stdlib/regexp' );

regexp

Standard library regular expressions.

var re = regexp;
// returns {...}

The following regular expressions are currently exported:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var regexp = require( '@stdlib/regexp' );

console.log( objectKeys( regexp ) );

Notice

This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright © 2016-2021. The Stdlib Authors.