Has anyone written a DIFF like string function..

J

jereviscious

Very simply, I need to have a function that will return the difference
between two similar strings..

example1:

DIFF("NEVER AGAIN", "NEVER AGAIN FOREVER") will return "FOREVER"

DIFF("Engines require oil treatment","Engines require 10w40 oil treatment")
will return "10w40"

Any Ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top