Function truncateStringInTheMiddle

Truncates a string in the middle by replacing the characters between the specified start and end positions with an ellipsis.

  • Parameters

    • str: string

      The string to truncate.

    • strPositionStart: number

      The starting position of the string to be replaced with an ellipsis.

    • strPositionEnd: number

      The ending position of the string to be replaced with an ellipsis.

    Returns string

    The truncated string.