esamattis / esamattis/underscore.string
capitalizeAll to convert all letters after a space to capital
Open
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
usage:
_.str. capitalizeAll(myString);
example:
"carName" -- (humanize) --> "Car name" -- (capitalizeAll) --> "Car Name"
useful for converting class names to displayable labels.
Contributor guide
Assessment
This issue has not been assessed yet.