2018-11-18 15:15:00 +08:00
..
2018-11-18 15:15:00 +08:00
2018-11-18 15:15:00 +08:00
2018-11-18 15:15:00 +08:00
2018-11-18 15:15:00 +08:00

strip-outer Build Status

Strip a substring from the start/end of a string

Install

$ npm install --save strip-outer

Usage

const stripOuter = require('strip-outer');

stripOuter('foobarfoo', 'foo');
//=> 'bar'

stripOuter('unicorncake', 'unicorn');
//=> 'cake'

License

MIT © Sindre Sorhus