Phantasmal Site > Phantasmal API > API Listing > to_lower
API Function: to_lower
- Summary:
- converts a string to lowercase
- Defined In LPC Object:
- /usr/common/sys/stringd.c
- Prototype:
- string to_lower(string str)
- Can Be Called By:
- Anybody
- Description:
-
Returns the string with all uppercase alphabetic characters
converted to lowercase.
- Return Value:
-
The new string.
- Errors:
- Normally none.
- See Also:
- char_to_lower ,
to_upper
|