UltEventUtils.

CalculateLevenshteinDistance(string, string) Method

Summary

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

Syntax

public static int CalculateLevenshteinDistance(string a, string b)

Parameters

Name Type Description
a string
b string

Return Value

Type Description
int