|
DiffMatchPatchDiffFromDelta Method
|
Given the original text1, and an encoded string which describes the
operations required to transform text1 into text2, compute the full diff.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxfunction DiffFromDelta(text1, delta);
View SourceParameters
- text1 String
- Source string for the diff
- delta String
- Delta text
Return Value
ListDiffArray of Diff objects or null if invalid
Exceptions
See Also