0
Additions
0
Deletions
0
Unchanged
Buscar herramientas...
Comparar dos textos y resaltar diferencias con comparación línea por línea o palabra por palabra
A Text Diff Tool is a comparison utility used to find the difference between two documents. This tool is essential for editors, lawyers, and developers tracking changes in contracts, finding edits in shared drafts, and spotting plagiarism.
It uses the Myers Algorithm (the same logic used by Git) to calculate the "Minimum Edit Distance":
It compares two text blocks side-by-side or inline. Green highlights mean new text was added. Red highlights mean text was removed.