Unified Diff Library | |
Type | library |
Dictionary | library.diff |
Library | Unified Diff Library |
Associations | com.livecode.library.diff |
Description | Text comparison library, handling differences in unified diff format |
Type | Name | Summary | Syntax |
---|---|---|---|
function | DiffCompare | Produce a diff representing the changes between two text strings | DiffCompare(<pFrom>,<pTo>,<pContext>) |
- - - | DiffCompareFiles | Produce a diff representing the changes between two text files | DiffCompareFiles(<pFrom>,<pTo>,<pContext>) |
- - - | DiffPatch | Patch a string with a previously computed diff. | DiffPatch(<pSource>,<pDiff>) |
library | Unified Diff Library | DiffPatch(<pSource>,<pDiff>) |