SubstringPositionGetCommonSubstring(IListString) Method |
Gets the common substring.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetCommonSubstring(
IList<string> words
)
Parameters
- words IListString
- The words that were originally used to build the common substring query.
Return Value
StringThe common substring that is represented by this instance.
See Also