jadjoubran / codetogo.io

🚀 JavaScript code to go - Find updated snippets for common JavaScript use cases
https://codetogo.io
MIT License
233 stars 30 forks source link

Use Case Suggestion: Convert a string to title case #296

Open IAmRC1 opened 2 years ago

IAmRC1 commented 2 years ago

A function which takes an string as argument and return the string in title case (first letter of each word in caps)