Skip to content

Latest commit

 

History

History
256 lines (162 loc) · 19.8 KB

File metadata and controls

256 lines (162 loc) · 19.8 KB

String Manipulation

String manipulation functions.

Usage

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

string

Namespace containing string manipulation functions.

var str = string;
// returns {...}

The namespace exposes the following string manipulation functions:

Examples

var getKeys = require( '@stdlib/utils/keys' );
var string = require( '@stdlib/string' );

console.log( getKeys( string ) );