A small package dedicated to testing and comparing strings.
let as = new AnalyzedString('Hello World')
as.lowercase().whitespace().ngram(3)
A small package dedicated to testing and comparing strings.
let as = new AnalyzedString('Hello World')
as.lowercase().whitespace().ngram(3)
npm i string-randomness
10
0.2.2
MIT