Text diff
text_diffLine-level diff of two texts (LCS): counts of added/removed lines plus a marked-up line list. Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First (original) text | |
| b | Yes | Second (changed) text | |
| trim | No | Trim each line before comparing (default true) | |
| locale | No | Language for the source_url link (default en) | |
| ignore_case | No | Compare case-insensitively (default false) |