Type Method
parse(linkString:)
Parses link string into link components; each consisting of a base name and a disambiguation suffix.
static func parse(linkString: String) -> [(name: String, disambiguation: LinkCompletionTools.ParsedDisambiguation)]
Parameters
linkStringThe link string to parse.
Return Value
A list of link components, each consisting of a base name and a disambiguation suffix.