VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Longest Common Substring

TiCaL  (2 Submissions)   String Manipulation   VB Script   Intermediate   Wed 3rd February 2021

This code shows how to find a longest common substring in two strings.
I had a hard time finding out how exactly to do this so now that I have done it I'm sharing it to help others that need it.

Assumes
The LongestCommonSubstring function is currently case-insensitive but that can be easily fixed so it is case-sensitive. Also the function will return the first longest common substring it finds if there are two common substrings of the same length.

Rate Longest Common Substring (4(4 Vote))

Download Longest Common Substring

Longest Common Substring Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters