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

Fix special case of NameUtils.underscoreSeparate where the first char is the separator char #10516

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

wetted
Copy link
Contributor

@wetted wetted commented Feb 19, 2024

Fix special case of NameUtils.underscoreSeparate() where the first char is the separator char results in a double separator char prefix.

Also overload underscoreSeparate() to support a lowercase result.

fixes #10140

… is the separator char results in a double separator char prefix. Also overload the method to support a lowercase result.

fixes #10140
@wetted wetted added the type: bug Something isn't working label Feb 19, 2024
@wetted wetted requested a review from sdelamo February 19, 2024 19:19
@wetted wetted self-assigned this Feb 19, 2024
Copy link

@wetted wetted requested a review from sdelamo February 20, 2024 15:37
@sdelamo sdelamo merged commit 7552a09 into 4.3.x Feb 22, 2024
15 checks passed
@sdelamo sdelamo deleted the name-utils-underscore-separate branch February 22, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Status: Done
2 participants