WoW:API strjoin: Difference between revisions

cat
(Reformatted the page to the current boilerplate format.)
(cat)
Line 1: Line 1:
{{wowapi}}
Joins strings together with a delimiter. (An alias with string.join)
Joins strings together with a delimiter. (An alias with string.join)
  local joinedString = strjoin(delimiter, string, string,...)
  local joinedString = strjoin(delimiter, string, string,...)