Skip to main content

CommonArrayJoinPretty

Callable

  • CommonArrayJoinPretty(strings: string[]): string

  • Returns a nice version of the passed strings

    This turns ["this", "this", "that"] into "this, this, and that" using appropriate localization


    Parameters

    • strings: string[]

      The strings to join

    Returns string