Share this page

🔀 Text Diff Checker

Compare two blocks of text and see differences highlighted

`;dels++} if(l2&&!t1.includes(l2)){html+=`
+ ${esc(l2)}
`;adds++} } } stats.innerHTML=`+${adds} added-${dels} removed`; out.innerHTML=html; document.getElementById('result').style.display='block'; } function esc(s){return s.replace(/&/g,'&').replace(//g,'>')}