|
DiffMatchPatchDiffMain(String, String, Boolean) Method
|
Find the differences between two texts.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.283-beta+c965646d479a9eab83d024dda466bc5a7b4c1300
Syntaxfunction DiffMain(text1, text2, checklines);
View SourceParameters
- text1 String
- Old string to be diffed
- text2 String
- New string to be diffed
- checklines Boolean
-
Speedup flag. If false, then don't run a
line-level diff first to identify the changed areas.
If true, then run a faster slightly less optimal diff.
Return Value
ListDiffList of Diff objects
See Also