pylcs
pylcs copied to clipboard
Get all the common subsequences among 2 string
Is there any way I can get all the common substrings between 2 strings, instead of getting only the longest one?
likewise, can you not return the substrings rather than just the length?