@oazmi/kitchensink - v0.10.1
    Preparing search index...

    Function findNextUpperCase

    • 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.

      Parameters

      • str: string
      • start: number = 0
      • end: number | undefined = undefined

      Returns number | undefined