Click or drag to resize

SubstringPositionGetCommonSubstring(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.

Return Value

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