### Summary Proposal to add a `slugify()` function that converts a string into a URL-friendly format. ### Example "Hello World!" → "hello-world" ### Why This is a common use case for string manipulation and aligns with the goals of this library.
Summary
Proposal to add a
slugify()function that converts a string into a URL-friendly format.Example
"Hello World!" → "hello-world"
Why
This is a common use case for string manipulation and aligns with the goals of this library.