DiffPatch |
Type | function |
Dictionary | library.diff |
Library | Unified Diff Library |
Syntax | DiffPatch(<pSource>,<pDiff>)
|
Associations | com.livecode.library.diff |
Summary | Patch a string with a previously computed diff.
|
Parameters | Name | Type | Description |
---|
pSource | | The original string
|
pDiff | | The diff representing changes to apply to pSource
|
|
Example |
|
Values | Name | Type | Description |
---|
return | | An updated version of pSource with the changes from pDiff applied.
|
|
Description | Apply the diff to the source string, returning an updated string with the diff changes applied.
|