finds the index of next lowercase character, starting from index start and optionally ending at exclusive-index end. if a lowercase character is not found, then undefined is returned.
start
end
undefined
finds the index of next lowercase character, starting from index
start
and optionally ending at exclusive-indexend
. if a lowercase character is not found, thenundefined
is returned.