### Description Hi, It would be interesting to add the `kebab()` function to the string component. ### Example ```php u('FOO Bar')->kebab(); // 'foo-bar' ```