esamattis / esamattis/underscore.string

capitalizeAll to convert all letters after a space to capital

Open
#181 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.