Template:Lcfirstletter
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
| File:Lua-Logo.svg | This template uses Lua: |
| File:Information icon4.svg | This template should always be substituted (i.e., use {{subst:Lcfirstletter}}). Any accidental transclusions will be automatically substituted by a bot. |
Usage
Converts the first ASCII letter character of a string to lowercase. This behavior is different from the magic word lcfirst, which affects the first character of a string regardless of whether it is a letter or not.
Examples
{{lcfirstletter|Test}} → test
{{lcfirstletter|(Test)}} → (test)
See also
- {{ucfirstletter}}, converts first ASCII letter to uppercase