Bakhtina Sofya b84cb877be 1st comm | hai 2 semanas | |
---|---|---|
.. | ||
node_modules | hai 2 semanas | |
index.js | hai 2 semanas | |
license | hai 2 semanas | |
package.json | hai 2 semanas | |
readme.md | hai 2 semanas |
Strip a substring from the start/end of a string
$ npm install --save strip-outer
const stripOuter = require('strip-outer');
stripOuter('foobarfoo', 'foo');
//=> 'bar'
stripOuter('unicorncake', 'unicorn');
//=> 'cake'
MIT © Sindre Sorhus