string-compare-score

1.0.1 • Public • Published

string-compare-score

npm version License: MIT Buy me a Tea

Most of the packages on npm does not provide this :- we are providing you string comparison score based on any order of string, exclusively here only...

We do the most of work for you and you have to just install the package and start using it.

Start using this package by running the below command

Install

    npm install string-compare-score

Import in Javascript

    const stringCompareScore  =  require('string-compare-score');

Examples

    stringCompareScore("abv cwx123", "wx123 vcab");
    //input above two strings 
    //output ==> 100 
    stringCompareScore("abc", "cba");
    //input above two strings 
    //output ==> 100 
    stringCompareScore("1234gdas", "8795jikh");
    //input above two strings 
    //output ==> 0 
    stringCompareScore("abcd", "fgab");
    //input above two strings 
    //output ==> 50 

For Feature requests and Error reporting:

create an issue on github repository or contact directly to tazimmadre5041@gmail.com

**Don't Forget to add a star to github repo. Please provide your comments, suggest improvements and other codes which are not covered in this package.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i string-compare-score

      Weekly Downloads

      47

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      4.37 kB

      Total Files

      4

      Last publish

      Collaborators

      • tazimnpm