mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +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. */
|
/* Converts all chars in string to upper case. */
|
||||||
native strtoupper(string[]);
|
native strtoupper(string[]);
|
||||||
|
|
||||||
|
/* Make a string's first character uppercase */
|
||||||
|
native ucfirst(string[]);
|
||||||
|
|
||||||
/* Returns true when value is digit. */
|
/* Returns true when value is digit. */
|
||||||
native isdigit(ch);
|
native isdigit(ch);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user