Skip to content

Latest commit

 

History

History
211 lines (132 loc) · 14.5 KB

File metadata and controls

211 lines (132 loc) · 14.5 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 ) );