Files
asciidisco.com/build/node_modules/strip-outer
2023-08-01 13:49:46 +02:00
..
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00

strip-outer Build Status

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