Bakhtina Sofya b84cb877be 1st comm 2 weeks ago
..
node_modules b84cb877be 1st comm 2 weeks ago
index.js b84cb877be 1st comm 2 weeks ago
license b84cb877be 1st comm 2 weeks ago
package.json b84cb877be 1st comm 2 weeks ago
readme.md b84cb877be 1st comm 2 weeks ago

readme.md

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