Capitalize
Capitalize[string]
yields a string in which the first character has been made uppercase.
Capitalize[string,scheme]
gives a string capitalized using the specified capitalization scheme.
Details
- Capitalize handles both ordinary and special characters.
- Variant lowercase characters such as \[CurlyPhi] are converted to their non‐variant uppercase forms.
- Capitalization schemes include:
-
"FirstWord" only the first word in a string "AllWords" each word in a string "LongWords" all words longer than three characters "TitleCase" capitalize all important words
Examples
open allclose allBasic Examples (3)
Scope (2)
Capitalize automatically threads over lists:
"TitleCase" capitalization takes into account word position and part of speech:
Text
Wolfram Research (2015), Capitalize, Wolfram Language function, https://reference.wolfram.com/language/ref/Capitalize.html (updated 2017).
CMS
Wolfram Language. 2015. "Capitalize." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2017. https://reference.wolfram.com/language/ref/Capitalize.html.
APA
Wolfram Language. (2015). Capitalize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Capitalize.html