whitespace-normalizer
2025.9.14911
746
import re def compress_whitespace(text: str) -> str: """ Collapse runs of spaces/tabs to a single space on each line, trim traili…
import re def compress_whitespace(text: str) -> str: """ Collapse runs of spaces/tabs to a single space on each line, trim traili…