Template:Ucfirstletter
Kaonekelo
| This template uses Lua: |
|
|
This template should always be substituted in the article namespace. |
Usage
[kulemba source]Converts the first ASCII letter character of a string to uppercase. This behavior is different from the magic word ucfirst, which affects the first character of a string regardless of whether it is a letter or not.
Examples
[kulemba source]{{ucfirstletter|test}} → Test
{{ucfirstletter|(test)}} → (Test)
{{ucfirstletter|6th century}} → 6Th century
- (compare to
{{ucfirst:6th century}}→ 6th century)
See also
[kulemba source]- {{lcfirstletter}}, converts first ASCII letter to lowercase