m
Move page script moved page API strjoin to WoW:API strjoin without leaving a redirect
(Reformatted the page to the current boilerplate format.) |
m (Move page script moved page API strjoin to WoW:API strjoin without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| 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,...) | ||
| Line 22: | Line 23: | ||
<big>'''Result'''</big> | <big>'''Result'''</big> | ||
HE/LL/O | HE/LL/O | ||
== Notes == | |||
In patch 3.1, string.join is an alias for strjoin (they point to the same function). | |||