Skip to Content
  • Website
Codsen
  • Home
  • Open Source
  • Articles
  • About

backOpen Source→string-collapse-white-space→Examples

Table of Contents

  • Quick Take
  • Minify a chunk of CSS selector
  • Collapse a run containing tabs
  • Replace tabs inside whitespace runs with ordinary spaces
  • Keep at most one consecutive empty line
  • Collapse but preserve one leading space
  • Preserve one space around each line's content
  • Collapse but preserve one trailing space
  • Remove empty lines from multiline text
  • Inspect the ranges used to produce the collapsed result
  • Trim whitespace from the start and end of every line
  • Trim multiline content whose boundaries contain non-breaking spaces
  • Trim raw non-breaking spaces with ordinary whitespace
↑ back to top

Quick Take

↑ back to top

Minify a chunk of CSS selector

↑ back to top

Collapse a run containing tabs

↑ back to top

Replace tabs inside whitespace runs with ordinary spaces

↑ back to top

Keep at most one consecutive empty line

↑ back to top

Collapse but preserve one leading space

↑ back to top

Preserve one space around each line's content

↑ back to top

Collapse but preserve one trailing space

↑ back to top

Remove empty lines from multiline text

↑ back to top

Inspect the ranges used to produce the collapsed result

↑ back to top

Trim whitespace from the start and end of every line

↑ back to top

Trim multiline content whose boundaries contain non-breaking spaces

↑ back to top

Trim raw non-breaking spaces with ordinary whitespace

↑ back to top
back 

Copyright

All rights reserved © Roy Revelt 2026
All our open source packages are under MIT licenceopens in a new tab

Activities

🐛 See a bug? Raise an issueopens in a new tab
💘 Check out the Indiewebopens in a new tab and Libera manifestoopens in a new tab