text_diff
Compare two text strings and get a line-by-line diff. Output shows added lines with '+', removed with '-', and unchanged lines.
Instructions
Compare two strings and show a simple line-by-line diff. Lines prefixed with '+' are additions, '-' are deletions, ' ' are unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text1 | Yes | First text (original) | |
| text2 | Yes | Second text (modified) |