1.0.0 • Published 1 year ago

word_titlecase.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Title Case Function

This function takes a string as input and returns a new string with the first letter of each word capitalized. It uses a regular expression to match all words in the string, and then applies a function to each match to capitalize the first letter and convert the rest of the word to lowercase.

1.0.0

1 year ago