Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Tools
Tools
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
Diff Match Patch
Login to follow
Diff Match Patch (ODC)
Stable version
0.1.0
(Compatible with
ODC
)
Uploaded on
31 December 2024
by
OutSystems Labs
Overview
Documentation
Diff Match Patch (ODC)
Documentation
0.1.0
How to use it:
Diff
Drag the Diff client action to your logic and assign Text1 and Text2 with the values to be compared.
Assign the type of the Cleanup (Semantic, Efficiency or None)
The action will return two results, a pretty print HTML and raw
Match
Drag the Match client action to your logic and assign the input parameters
The action will return the part of the text that matches the criterias
Patch
Drag the Patch_Compute client action to compute the differences between two texts
Then use the result of this action in the next step
Drag the Patch_Apply client action to your logic, using the previous result and the new text as input parameters
The action will return a new text based on the previous texts differences.
Original repository:
https://github.com/google/diff-match-patch
Loading
Loading...