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