|
||
---|---|---|
.. | ||
index.js | ||
package.json | ||
readme.md |
readme.md
strip-outer 
Strip a substring from the start/end of a string
Install
$ npm install --save strip-outer
Usage
var stripOuter = require('strip-outer');
stripOuter('foobarfoo', 'foo');
//=> bar
stripOuter('unicorncake', 'unicorn');
//=> cake
License
MIT © Sindre Sorhus