caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

Feature nonpartial word diffing #3

Closed jschroed91 closed 10 years ago

jschroed91 commented 10 years ago

Change diffing to strike through entire words/numbers if they contain periods or commas within the word.

mgersten-caxy commented 10 years ago

Looks good, thanks