• Replace a specific range of text in the string with another text.

    Parameters

    • str: string
    • start: number
    • end: number
    • text: string

    Returns string

Generated using TypeDoc