刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 | il y a 2 mois | |
---|---|---|
.. | ||
index.js | il y a 2 mois | |
license | il y a 2 mois | |
package.json | il y a 2 mois | |
readme.md | il y a 2 mois |
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