⚡ ForWebBinX
Home
All Tools
Blog
About
Share this page
X
Facebook
LinkedIn
WhatsApp
Copy link
🔀 Text Diff Checker
Compare two blocks of text and see differences highlighted
Original Text
New Text
Compare Texts
Differences
`;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,'>')}