Whitespace Cleaner — illustrative example INPUT Plain text: two spaces before Hello, three spaces between Hello and world. RESULT With edge trimming and repeated-space collapse: Hello world. REVIEW Whitespace can carry meaning in code and fixed-width data. State whether to trim edges, collapse spaces or remove blank lines. This is a teaching example, not a live execution record.