Click or drag to resize

CommonSubstringGetCommonSubstring(IListString) Method

Gets the common substring.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetCommonSubstring(
	IList<string> words
)

Parameters

words  IListString
The words that were originally used to build the common substring query (only when the words were strings, otherwise please use the generic version of this function).

Return Value

String
The common substring that is represented by this instance.
See Also