Tools

String tools.

Usage

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

tools

Namespace containing string tools.

var o = tools;
// returns {...}

The namespace contains the following:

Examples

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

console.log( objectKeys( tools ) );
Did you find this page helpful?