First character uppercase LUA
Posted
by Tomek
on Stack Overflow
See other posts from Stack Overflow
or by Tomek
Published on 2010-03-11T00:18:50Z
Indexed on
2010/03/13
17:45 UTC
Read the original article
Hit count: 436
lua
|string-manipulation
Hi anyone know if theres a function to make the first character in a word uppercase (like ucfirst in php) and how how i impent it in this? I want keywords[1] to be first letter uppercase
It says string.upper
does it but i maked the whole word uppercase
© Stack Overflow or respective owner