IGUtils.

CalculateLevenshteinDistance(string, string) Method

Summary

Calculate the number of removals, inserts, and replacements needed to turn `a` into `b`.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static int CalculateLevenshteinDistance(string a, string b)

Parameters

Name Type Description
a string
b string

Return Value

Type Description
int