text-compare
There are 10 repositories under text-compare topic.
Dirkster99/Aehnlich
Show/Merge differences in directories and their content (text files) in Light/Dark designs
Bit-Developer/text-compare-angular
A tool used to compare text and show difference, built with Angular and Monaco Editor.
CreoWis/text-compare
A simple hook to compare two texts and provide you the diff and the matching percentages
michaelxzhang/kdiff3
KDiff3 updated for Windows
javalc6/stringdiff2
A java application that highlights text differences between two plain strings based on longest common subsequences
Danielfenghk/text-diff
Visual JavaScript text diff library. CommonJS module created from https://code.google.com/p/google-diff-match-patch/.
fabiogra/diffchecker
Diffchecker Streamlit App
FilipRokita/Text-Comparison-Tool
This is a web app that compares two texts. It has a text fields, and a result field. When the user clicks the "Compare" button, JavaScript checks if the texts are the same or different and displays the result in the result field in either green or red. CSS styles are used to format the app's interface.
KOUISAmine/compare-texts
Find differences between two text files.
javalc6/stringdiff
A java application that highlights text differences between two plain strings based on longest common substrings