I need to develop / use a function to compare text in two versions, to check what has been removed / added / maintained.
One version I upload an html file and extract the plain text, and the other version I get from my database, and also extract the plain text for comparison.
Do you know of any function of this type to be used from gitHub or any other source?
I've tried using the link site function but they compare row by row, which is not functional , because in version 2 it is possible that a paragraph has been added, and if it is to compare row by row individually, from an addition, all the next comparisons will indicate modification, which is not true.
Manually, the best tool I found was link but they do not have an api or open source.
Smart enough to be clear.