Returns a fraction between 0 and 1, which indicates the degree of similarity between the two strings. 0 indicates completely different strings, 1 indicates identical strings. The comparison is case-sensitive.
https://github.com/aceakash/string-similarity/blob/master/compare-strings.js
This is a carbon copy of the referenced library, which was converted to typescript and had some parts changed to be easier to minify for the web
Generated using TypeDoc
Returns a fraction between 0 and 1, which indicates the degree of similarity between the two strings. 0 indicates completely different strings, 1 indicates identical strings. The comparison is case-sensitive.
https://github.com/aceakash/string-similarity/blob/master/compare-strings.js
This is a carbon copy of the referenced library, which was converted to typescript and had some parts changed to be easier to minify for the web