README.md

December 4, 2022 ยท View on GitHub

Longest Common Substring

Description

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.

More Info

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.

Submitted On2004-06-17 00:33:32
ByTiCaL
LevelIntermediate
User Rating5.0 (20 globes from 4 users)
CompatibilityVB 5.0, VB 6.0
CategoryString Manipulation
WorldVisual Basic
Archive FileLongest_Co1758036172004.zip