Hello,
I could really use some help with a project I am working on. The project will basically need to track changes that occur within a string so they can be highlighted.
Ideally the application would spot that change in the string and prehaps inside a new word at the index of the change, say '<span class="Change">' and then the closing tag at the end of the change. I am just having problems with the logic to this, especially in the case where text might not just be added or remove but also used to replaced existing words in a string. If anyone know of similiar projects or is able to point me in the right direction with this, that would be great.
Thanks
Mike