• The strSubstr() method returns a portion of the string, starting at the specified index and extending for a given number of characters afterwards.

    Parameters

    • value: string

      The string value to return the substring from.

    • indexStart: number
    • Optional indexEnd: number

    Returns string

    A new string containing the specified part of the given string.

    Since

    0.4.2