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