An open API service indexing awesome lists of open source software.

https://github.com/sergot/countdiff


https://github.com/sergot/countdiff

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

CountDiff
=========

Two methods which return number of different characters in two string passed as arguments.

* count_diff_order - when the order of characters is important
* count_diff - when the order isn't important