Skip to content

Latest commit

 

History

History
265 lines (168 loc) · 20.7 KB

File metadata and controls

265 lines (168 loc) · 20.7 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 ) );