fast_diff_match_patch
fast_diff_match_patch copied to clipboard
Lines diff
Is it possible to get difference of the lines of two strings? In default diff-match-patch python library I used diff_linesToChars_ and diff_charsToLines methods. Is there something similar I can do with this library?