📊 Comparador de Texto

Comparar diferencias entre dos textos, resaltando las diferencias línea por línea

Acerca de esta herramienta

Compare two texts line by line, highlighting deleted lines in red and added lines in green. Useful for code diff, document revision and version control.

How to use

  1. Enter the original text on the left
  2. Enter the modified text on the right
  3. Click "Compare" to see line-by-line differences

Example

Compare two config file versions to quickly locate changed lines.

FAQ

How does text diff work?

Based on the Longest Common Subsequence (LCS) algorithm, comparing line by line.

Does it support code?

Yes, any text including code, config and documents, compared line by line.