mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
added ucfirst()
This commit is contained in:
parent
65a5e34d38
commit
2ca6e3382e
@ -85,6 +85,9 @@ native strtolower(string[]);
|
||||
/* Converts all chars in string to upper case. */
|
||||
native strtoupper(string[]);
|
||||
|
||||
/* Make a string's first character uppercase */
|
||||
native ucfirst(string[]);
|
||||
|
||||
/* Returns true when value is digit. */
|
||||
native isdigit(ch);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user