Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dasherize returns string started by dash #211

Open
rigon opened this issue Aug 30, 2017 · 0 comments
Open

Dasherize returns string started by dash #211

rigon opened this issue Aug 30, 2017 · 0 comments

Comments

@rigon
Copy link

rigon commented Aug 30, 2017

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:

S("Hi There").dasherize()

Returns:

-hi-there
@rigon rigon changed the title dasherize returns string started by dash Dasherize returns string started by dash Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant