Timeline for Find all differences between 2 strings
Current License: CC BY-SA 3.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Oct 21, 2018 at 2:53 | vote | accept | Comintern | ||
Mar 14, 2018 at 17:15 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 12, 2018 at 16:43 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 13, 2018 at 16:13 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 14, 2017 at 15:36 | answer | added | Mathieu Guindon | timeline score: 3 | |
Mar 3, 2017 at 5:25 | history | tweeted | twitter.com/StackCodeReview/status/837534430667272193 | ||
Mar 2, 2017 at 17:22 | comment | added | Comintern | @Raystafarian - Yes and no - consider it like a diff file on, say, git or a Word document with track changes on. The way it was originally used was to color text red and strike it through if it was "deleted" and color text that was added in green. If you remove the character positions in the deletions from left to right, then insert the characters positions in the inserts from left to right it should give you the altered string. | |
Mar 2, 2017 at 17:15 | comment | added | Raystafarian | I guess I misunderstood, it's more of a transmutation of strings? | |
Mar 2, 2017 at 17:11 | comment | added | Comintern | @Raystafarian - Wow, I'm blind today. I get "2,4,12,13 in string 1 were deleted." and "2,3,12,14 in string 2 were inserted.", which is correct output. Delete the 'e' in "test" and the 'hi' is "this" and the 's' is unchanged. Then insert the 't' at the end of test. | |
Mar 2, 2017 at 4:47 | history | asked | Comintern | CC BY-SA 3.0 |