Some simple string helpers for testing weakly equality and more
npm install bumble-stringsSome simple javascript string helpers for testing weak equality and more.
(Api Docs and Examples)[http://littlebee.github.io/bumble-strings/docs/api/]
npm install bumble-strings
`$3
Like any other common js library...
`javascript
Bstr = require('bumble-strings')
resule = Bstr.weaklyHas("My dog has flees", "my dog")
console.log(result) # true
``