## pass in 3 parameters, and returns the longest common substring
## arg1: string one
## arg2: string two
## arg3: minimum Length of the common substring.
## pass in 3 parameters, and returns the longest common substring
## arg1: string one
## arg2: string two
## arg3: minimum Length of the common substring.