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