You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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
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
The text was updated successfully, but these errors were encountered: