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