|
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.287-beta+556a02456903392aedb469c7060e81cfb38fbfca
Syntaxfunction DiffLevenshtein(diffs);
View SourceParameters
- diffs ListDiff
- List of Diff objects
Return Value
Int32Number of changes
See Also