@oazmi/kitchensink - v0.9.13
    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: undefined | number = undefined

      Returns undefined | number