Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string GetLongestCommonSubstring(params string[])

  • Declared in: RT.Util.Ut

Declaration

public static string GetLongestCommonSubstring(
    params string[] strings
)

Summary

Finds the longest substring that all of the specified input strings contain.

Parameters

string[]strings Strings to examine.

Returns

The longest shared substring. This may be the empty string, but not will not be null.