str-splice
v0.0.1
Published
Remove or replace part of a string like Array#splice.
Downloads
11
Maintainers
Readme
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.