If a string starts by a upper letter, the `dasherize` method returns a string started by a dash. I think should not start in this case. For example: ```js S("Hi There").dasherize() ``` Returns: -hi-there
If a string starts by a upper letter, the
dasherizemethod returns a string started by a dash.I think should not start in this case.
For example:
Returns: