All tools. One workspace.
Command K
Public tool listing

Text Diff details

Compare text with whitespace, case, and trim options for local review workflows. Text Diff is now a native Toolars workspace for option-aware local text comparison.

Native workspaceFreeTextDiffReview

Overview

Text Diff compares two text blocks with options to ignore whitespace, ignore case, or trim lines before calculating additions, removals, unchanged lines, and total changes. The native Toolars workspace migrates the Aixtral option-aware comparison model into local controls, preserves left and right line numbers, makes normalization choices visible, and gives reviewers copy-ready diff output.

How it works

1Paste text versionsAccept left and right text inputs plus whitespace, case, and trimming preferences for local review.Input
2Compute diff linesReturn normalized line comparison with left and right line numbers for review-oriented display.Output
3Verify comparison modeKeep normalization choices visible so ignored whitespace or case changes are not misread as exact matches.Review
4Copy local outputAdds ignore whitespace, ignore case, trim line toggles, metrics, and copyable option-aware diff output.Handoff

Local option-aware diff model

LocalInputs are processed in the browser by the native Toolars workspace and are not uploaded for conversion.
ReviewNormalization choices stay visible so ignored whitespace, casing, or trim changes are not mistaken for exact matches.
PublicThis tool has a dedicated Toolars workspace, source-backed library implementation, and focused tests.

Implementation handoff

AXAixtral sourceUses the Aixtral Text Diff options, line numbering, and tests as the behavior source.Source
UIToolars workspaceAdds ignore whitespace, ignore case, trim line toggles, metrics, and copyable option-aware diff output.Ready