Skip to main content

CommonStringSplice

Callable

  • CommonStringSplice(string: string, index: number, value: string, defaultValue: string): string

  • Splice a string into a string at a specific index.

    The string will be automatically extended using defaultValue if the index falls outside its bounds.


    Parameters

    • string: string
    • index: number
    • value: string
    • defaultValue: string

    Returns string