powered by
Capitalize the first letter of each word, and convert the remaining string to lower case.
title_case(string)
A character string with the first letter of each word capitalized.
String to modify.
title_case("taylor swift") title_case("Taylor Swift") title_case("TAYLOR SWIFT")
Run the code above in your browser using DataLab