Skip to content

Files

Latest commit

94f0cbe · Jan 14, 2021

History

History

regexp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 2, 2018
Feb 2, 2018
Oct 28, 2018
Oct 28, 2018
Jun 5, 2018
Feb 2, 2018
Feb 2, 2018
Oct 28, 2018
Feb 2, 2018
Feb 10, 2019
Feb 2, 2018
Feb 2, 2018
Aug 12, 2018
Oct 28, 2018
Feb 2, 2018
Feb 2, 2018
Oct 28, 2018
Sep 22, 2018
Feb 2, 2018
Sep 22, 2018
Mar 19, 2018
Feb 10, 2019
Mar 18, 2018
Apr 29, 2018
Feb 2, 2018
Jan 14, 2021
Feb 16, 2019
Nov 2, 2017

Regular Expressions

Standard library regular expressions.

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 ) );