time-to-botec/js/node_modules/@stdlib/string
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
acronym feat: add the node modules 2022-12-03 12:44:49 +00:00
base feat: add the node modules 2022-12-03 12:44:49 +00:00
camelcase feat: add the node modules 2022-12-03 12:44:49 +00:00
capitalize feat: add the node modules 2022-12-03 12:44:49 +00:00
code-point-at feat: add the node modules 2022-12-03 12:44:49 +00:00
constantcase feat: add the node modules 2022-12-03 12:44:49 +00:00
docs/types feat: add the node modules 2022-12-03 12:44:49 +00:00
ends-with feat: add the node modules 2022-12-03 12:44:49 +00:00
format feat: add the node modules 2022-12-03 12:44:49 +00:00
from-code-point feat: add the node modules 2022-12-03 12:44:49 +00:00
kebabcase feat: add the node modules 2022-12-03 12:44:49 +00:00
left-pad feat: add the node modules 2022-12-03 12:44:49 +00:00
left-trim feat: add the node modules 2022-12-03 12:44:49 +00:00
left-trim-n feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
lowercase feat: add the node modules 2022-12-03 12:44:49 +00:00
next-grapheme-cluster-break feat: add the node modules 2022-12-03 12:44:49 +00:00
num-grapheme-clusters feat: add the node modules 2022-12-03 12:44:49 +00:00
pad feat: add the node modules 2022-12-03 12:44:49 +00:00
pascalcase feat: add the node modules 2022-12-03 12:44:49 +00:00
percent-encode feat: add the node modules 2022-12-03 12:44:49 +00:00
prev-grapheme-cluster-break feat: add the node modules 2022-12-03 12:44:49 +00:00
remove-first feat: add the node modules 2022-12-03 12:44:49 +00:00
remove-last feat: add the node modules 2022-12-03 12:44:49 +00:00
remove-punctuation feat: add the node modules 2022-12-03 12:44:49 +00:00
remove-utf8-bom feat: add the node modules 2022-12-03 12:44:49 +00:00
remove-words feat: add the node modules 2022-12-03 12:44:49 +00:00
repeat feat: add the node modules 2022-12-03 12:44:49 +00:00
replace feat: add the node modules 2022-12-03 12:44:49 +00:00
reverse feat: add the node modules 2022-12-03 12:44:49 +00:00
right-pad feat: add the node modules 2022-12-03 12:44:49 +00:00
right-trim feat: add the node modules 2022-12-03 12:44:49 +00:00
right-trim-n feat: add the node modules 2022-12-03 12:44:49 +00:00
snakecase feat: add the node modules 2022-12-03 12:44:49 +00:00
split-grapheme-clusters feat: add the node modules 2022-12-03 12:44:49 +00:00
startcase feat: add the node modules 2022-12-03 12:44:49 +00:00
starts-with feat: add the node modules 2022-12-03 12:44:49 +00:00
substring-after feat: add the node modules 2022-12-03 12:44:49 +00:00
substring-after-last feat: add the node modules 2022-12-03 12:44:49 +00:00
substring-before feat: add the node modules 2022-12-03 12:44:49 +00:00
substring-before-last feat: add the node modules 2022-12-03 12:44:49 +00:00
tools feat: add the node modules 2022-12-03 12:44:49 +00:00
trim feat: add the node modules 2022-12-03 12:44:49 +00:00
truncate feat: add the node modules 2022-12-03 12:44:49 +00:00
truncate-middle feat: add the node modules 2022-12-03 12:44:49 +00:00
uncapitalize feat: add the node modules 2022-12-03 12:44:49 +00:00
uppercase feat: add the node modules 2022-12-03 12:44:49 +00:00
utf16-to-utf8-array feat: add the node modules 2022-12-03 12:44:49 +00:00
LICENSE feat: add the node modules 2022-12-03 12:44:49 +00:00
NOTICE feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

String Manipulation

NPM version Build Status Coverage Status

String manipulation functions.

Installation

npm install @stdlib/string

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 ) );

Notice

This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright © 2016-2022. The Stdlib Authors.