This function or event no longer exists in version 6.0.2 (19034) of World of Warcraft. Please check the main API page for an up-to-date listing of the valid API functions
Returns a copy of a string with all uppercase letters converted to lowercase. Alias for the standard library function string.lower
See also Lua library functions.
Signature:
lowerCase
=
strlower("s")
Arguments:
s
- A string (string
)
Returns:
lowerCase
- A copy of the strings
with all uppercase letters converted to lowercase (string
)
This function is defined in the Lua standard libraries