Skip to content

better implementation of camelcase #31

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fogx
Copy link

@fogx fogx commented Oct 29, 2020

old camelcase implementation did not work for many cases (multiple capital, spaces, ...).
New implementation should catch all problems

resolves Issue #30 and should make PR #24 redundant

old camelcase implementation did not work for many cases (multiple capital, spaces, ...).
New implementation should catch all problems
@bkmgit
Copy link

bkmgit commented Jun 18, 2023

This is nice, but only supports ASCII. A number of the tests also fail. If a space should be considered a separator, this should be done consistently, at the moment only -,_ and . are considered as separators.

@bkmgit
Copy link

bkmgit commented Jun 18, 2023

Adding spaces and / seems reasonable for titlecase and pathcase conversions.

@bkmgit
Copy link

bkmgit commented Jun 18, 2023

Also discussed in #36

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

Successfully merging this pull request may close these issues.

2 participants