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

    Function findNextLowerCase

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

      Parameters

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

      Returns undefined | number