Add CollapseWhitespace to squeeze runs of whitespace into single spaces #8

Merged
sneak merged 1 commits from clawbot/util:proposal-collapse-whitespace into master 2026-09-05 05:45:12 +02:00

1 Commits

Author SHA1 Message Date
d52588d635 add CollapseWhitespace for flattening runs of whitespace
CollapseWhitespace turns every run of whitespace into a single space and
trims the ends, so a block of text becomes one tidy line. Comes with a doc
comment and table-driven tests. (closes #7)

Model: opus-5
2026-09-05 03:26:29 +00:00