Skip to main content

str_lower

Function str_lower 

Source
pub fn str_lower(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

string.lower(s) — return lowercase copy.

Borrow the source bytes; one allocation (the output Vec) is unavoidable, but the intermediate copy from check_arg_string was not.