0.7.1 • Published 7 years ago
bumble-strings v0.7.1
bumble-strings
Some simple javascript string helpers for testing weak equality and more.
(Api Docs and Examples)http://littlebee.github.io/bumble-strings/docs/api/
Installation
npm install bumble-strings
Usage
Like any other common js library...
Bstr = require('bumble-strings')
resule = Bstr.weaklyHas("My dog has flees", "my dog")
console.log(result) # true