Convert text to Header-Case (capitalized words joined by hyphens). Standard format for HTTP header names like Content-Type.
Example
Hello World → Hello-World
foo_bar_baz → Foo-Bar-Baz
The Quick Brown Fox → The-Quick-Brown-Fox
Convert text to Header-Case (capitalized words joined by hyphens). Standard format for HTTP header names like Content-Type.
Hello World → Hello-World
foo_bar_baz → Foo-Bar-Baz
The Quick Brown Fox → The-Quick-Brown-Fox