Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Returns the string obtained by concatenating all the strings from the array using the provided delimiter

Parameters:

Parameter name

Type

Required

Description

string_arr

string []

Yes

Specifies the strings to be concatenated

delimiter

string

Yes

The delimiting string

Return type:

string


Related routines

...