Diff
checker
Texto
Texto
Imágenes
Documentos
Excel
Carpetas
Legal
Enterprise
Aplicación de escritorio
Precios
Iniciar sesión
Descargar Diffchecker Desktop
Comparar texto
Encuentra la diferencia entre dos archivos de texto
Herramientas
Historial
Editor live
Ocultar sin cambios
Sin ajuste de línea
Vista
Dividido
Unificado
Nivel de detalle
Inteligente
Palabra
Letra
Resaltado de sintaxis
Elegir sintaxis
Ignorar
Transformar texto
Ir al primer cambio
Editar entrada
Diffchecker Desktop
La forma más segura de usar Diffchecker. ¡Obtén la app de Diffchecker Desktop: tus diffs nunca salen de tu computadora!
Obtener Desktop
Untitled diff
Creado
hace 7 años
El diff nunca expira
Borrar
Exportar
Compartir
Explicar
0 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
31 líneas
Copiar todo
1 adición
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
31 líneas
Copiar todo
# INCLUDE message_helper #
# INCLUDE message_helper #
# IF NO_FAVORITE #
# IF NO_FAVORITE #
Copiar
Copiado
Copiar
Copiado
<div class="
notice">{L_NO_FAVORITE}</div>
<div class="
message-helper
notice">{L_NO_FAVORITE}</div>
# ELSE #
# ELSE #
{L_FAVORITES}
{L_FAVORITES}
<table id="table">
<table id="table">
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_TITLE}
{L_TITLE}
</th>
</th>
<th>
<th>
{L_UNTRACK}
{L_UNTRACK}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START list #
# START list #
<tr>
<tr>
<td>
<td>
<a href="{list.U_ARTICLE}">{list.ARTICLE}</a>
<a href="{list.U_ARTICLE}">{list.ARTICLE}</a>
</td>
</td>
<td>
<td>
{list.ACTIONS}
{list.ACTIONS}
</td>
</td>
</tr>
</tr>
# END list #
# END list #
</tbody>
</tbody>
</table>
</table>
# ENDIF #
# ENDIF #
Diferencias guardadas
Texto original
Abrir archivo
# INCLUDE message_helper # # IF NO_FAVORITE # <div class="notice">{L_NO_FAVORITE}</div> # ELSE # {L_FAVORITES} <table id="table"> <thead> <tr> <th> {L_TITLE} </th> <th> {L_UNTRACK} </th> </tr> </thead> <tbody> # START list # <tr> <td> <a href="{list.U_ARTICLE}">{list.ARTICLE}</a> </td> <td> {list.ACTIONS} </td> </tr> # END list # </tbody> </table> # ENDIF #
Texto modificado
Abrir archivo
# INCLUDE message_helper # # IF NO_FAVORITE # <div class="message-helper notice">{L_NO_FAVORITE}</div> # ELSE # {L_FAVORITES} <table id="table"> <thead> <tr> <th> {L_TITLE} </th> <th> {L_UNTRACK} </th> </tr> </thead> <tbody> # START list # <tr> <td> <a href="{list.U_ARTICLE}">{list.ARTICLE}</a> </td> <td> {list.ACTIONS} </td> </tr> # END list # </tbody> </table> # ENDIF #
Encontrar la diferencia