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

feature: remove all special chars by default (in every case but lowercase/uppercase/title case) #6

Open
silesky opened this issue Apr 6, 2020 · 0 comments

Comments

@silesky
Copy link

silesky commented Apr 6, 2020

This would apply to all case changes except lowercase and uppercase.

Since the overwhelming use case for camelcase / kebabcase / snakecase also requires stripping out special characters, I think this should do it by default.

current behavior
Foobar: foo bar! baz? -> foobar:-foo-bar!-baz?
desired behavior
Foobar: foo bar! baz? -> foobar-foo-bar-baz

@silesky silesky changed the title remove all special chars by default for kebab case, camelcase, and snake case feature: remove all special chars by default for kebab case, camelcase, and snake case Apr 6, 2020
@silesky silesky changed the title feature: remove all special chars by default for kebab case, camelcase, and snake case feature: remove all special chars by default (in every case but lowercase/uppercase) Apr 6, 2020
@silesky silesky changed the title feature: remove all special chars by default (in every case but lowercase/uppercase) feature: remove all special chars by default (in every case but lowercase/uppercase/title case) Apr 6, 2020
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