utf/v_lowercase [ Functions ]

[ Top ] [ Functions ]

NAME

v_lowercase -- turn the string into lowercase

SYNOPSIS

200     natural idx = v_lowercase(dst, src);

FUNCTION

The function converts the src string into lowercase. The converted letters are stored on the top of the dst stack. If the input string is found to be lowercase by itself, the top of the stack is restored and NATURAL_MAX is returned.

INPUTS

RESULT