Skip to main content

String

Methods

levenshtein(_:)

computes levenshtein distance with another string (0

public func levenshtein(_ other: String) -> Int 

Did you find this page helpful?