str-splice

0.0.1 • Public • Published

str-splice

Remove / Replace / Insert part of a string like Array#splice with high performance.

Usage

npm i --save str-splice

Code below:

var splice = require('str-splice');

splice('str-splice', 3, 0, 'ing'); // will get string `string-splice`.

License

ISC@hustcc.

Package Sidebar

Install

npm i str-splice

Weekly Downloads

2

Version

0.0.1

License

ISC

Last publish

Collaborators

  • atool