choose-within-string
v1.1.0
Published
Choose among several values separated by slashes within a string.
Downloads
3
Readme
choose-within-string
Choose among several values separated by slashes within a string.
Install
$ npm install --save choose-within-string
Usage
var chooseWithinString = require('choose-within-string')
chooseWithinString('You just won $1/1,000/1,000,000! Now you are poor/happy/rich!', 2)
// "You just won $1,000,000! Now you are rich!"
License
ISC © Raine Lourie