• find either the next upper or next lower case character index in string str, based on the numeric option.
    starting from index start and optionally ending at exclusive-index end

    Parameters

    • str: string
    • option: -1 | 1
    • start: number = 0
    • end: undefined | number = undefined

    Returns undefined | number

Generated using TypeDoc