-
Notifications
You must be signed in to change notification settings - Fork 34
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
ConvertCase trait as a wrapper for other convert case functions #27
Closed
Commits on Dec 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c384d8 - Browse repository at this point
Copy the full SHA 6c384d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac1c74 - Browse repository at this point
Copy the full SHA 9ac1c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 894eab6 - Browse repository at this point
Copy the full SHA 894eab6View commit details
Commits on Dec 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 523cf82 - Browse repository at this point
Copy the full SHA 523cf82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dbb21f - Browse repository at this point
Copy the full SHA 2dbb21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f48ec3e - Browse repository at this point
Copy the full SHA f48ec3eView commit details
Commits on Jan 3, 2021
-
ConvertCase trait as a wrapper for other convert case functions
ConvertCase implements convert_case() which accepts customization options to tweak behaviour of other case conversion functions. Currently, it accepts `number_starts_word` option to have word boundaries when characters in a word change from numeric to alphabetic or vice versa. Other case conversion functions are implemented in terms on convert_case() by passing `number_starts_word` as false by default. ref: withoutboats#18 ref: Peternator7/strum#72
Configuration menu - View commit details
-
Copy full SHA for 7bae08a - Browse repository at this point
Copy the full SHA 7bae08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3051136 - Browse repository at this point
Copy the full SHA 3051136View commit details -
Configuration menu - View commit details
-
Copy full SHA for b94a2b8 - Browse repository at this point
Copy the full SHA b94a2b8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.