Skip to content

Feature: Add normalizeWhitespace() utility #153

Description

@Raghavjha60570

Summary

Add a normalizeWhitespace() function that removes extra spaces, tabs, and line breaks, leaving only single spaces.

Example

normalizeWhitespace("Hello    world   \n this   is   Stringzy");
// Output: "Hello world this is Stringzy"

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions