I have two strings.
stringV1 = "123456";
stringV2 = "102300456";
First I need to compare them.
If stringV2
has some changes, this new text should be highlighted like this:
"1'0'23'00'456"
I have two strings.
stringV1 = "123456";
stringV2 = "102300456";
First I need to compare them.
If stringV2
has some changes, this new text should be highlighted like this:
"1'0'23'00'456"
this has been discussed here already sometimes...
How to highlight the differences between subsequent lines in a file?
How to display word differences using c#?
...