|
DiffMatchPatchDiffLevenshtein Method
|
Compute the Levenshtein distance; the number of inserted, deleted or
substituted characters.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxfunction DiffLevenshtein(diffs);
View SourceParameters
- diffs ListDiff
- List of Diff objects
Return Value
Int32Number of changes
See Also