|
||
---|---|---|
.. | ||
docs/types | ||
grapheme-cluster-break | ||
lib | ||
package.json | ||
README.md |
Tools
String tools.
Usage
var tools = require( '@stdlib/string/tools' );
tools
Namespace containing string tools.
var o = tools;
// returns {...}
The namespace contains the following:
grapheme( code )
: grapheme cluster break tooling.
Examples
var objectKeys = require( '@stdlib/utils/keys' );
var tools = require( '@stdlib/string/tools' );
console.log( objectKeys( tools ) );