VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Longest Common Substring

by TiCaL (2 Submissions)
Category: String Manipulation
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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

Download Longest Common Substring

Download Longest Common Substring (2 KB)

Longest Common Substring Comments

No comments have been posted about Longest Common Substring. Why not be the first to post a comment about Longest Common Substring.

Post your comment

Subject:
Message:
0/1000 characters