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

Update regex #2

Merged
merged 1 commit into from Jan 26, 2022
Merged

Update regex #2

merged 1 commit into from Jan 26, 2022

Conversation

thomaskirz
Copy link
Contributor

  • Remove \b as it doesn't see non-ASCII letters (like ä) as word characters; now "Innstraße" is not converted to "Innstrerße" any more
  • CamelCase should now be detected, "JavaScript" is now converted to "JaverScript"

* Remove \b as it doesn't see non-ASCII letters (like ä) as word characters; now "Innstraße" is not convertet to "Innstrerße" anymore
* CamelCase should now be detected, "JavaScript" is now converted to "JaverScript"
@schicho schicho merged commit 8016c1a into schicho:master Jan 26, 2022
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.

None yet

2 participants