Template:Array/doc: Difference between revisions

Kwwxis (talk | contribs)
Created page with "{{Documentation/Header}} {{High risk}} {{Lua|Array}} Divides a string into a formatted list of substrings. ==Syntax== '''Required Parameters:''' *'''1''': arrayString - the input string, each item expected to be separated by the <code>separator</code> parameter. *'''2''': separator - the character or substring to split on. ** <code>{newline}</code> is replaced with a newline. ** <code>{space}</code> is replaced with a space. '''Format Parameters:'''<br /> If format is..."
 
mNo edit summary
Line 1: Line 1:
{{Documentation/Header}}
{{Documentation/Header}}
{{High risk}}
{{High Risk}}
{{Lua|Array}}
{{Lua|Array}}
Divides a string into a formatted list of substrings.
Divides a string into a formatted list of substrings.