I'm looking for an easy way to compare two similar strings and output the difference for instance if I have
"abcdefghijklmnop" and "abcdefghi"
the function would output
"jklmnop"
I need to know how to do this in both php and python
|
|
Python has the
|
|||||||||||
|
|
In PHP.
This will work as well.
This could handle |
||||
|
|
|
In Python, you can do:
|
|||||
|
|
If you are sure that first string always starts with second string, you can do by this way:
|
|||||
|
|
(1) use short string as separator to split long string, get a list of diff strings. (2) join the list. Python
PHP
|
|||
|
|
|
|||||
|
|
In Python:
|
|||||
|