Muqriz 48f16bfc3e initail first | пре 4 месеци | |
---|---|---|
.. | ||
node_modules/escape-string-regexp | пре 4 месеци | |
index.js | пре 4 месеци | |
license | пре 4 месеци | |
package.json | пре 4 месеци | |
readme.md | пре 4 месеци |
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