Click or drag to resize

imbStringOperationslongestCommonSubstrings Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
V4> pronalazi najduze zajednicke pod stringove

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static IEnumerable<string> longestCommonSubstrings(
	IList strings
)
Request Example View Source

Parameters

strings
Type: System.CollectionsIList

Return Value

Type: IEnumerableString
See Also