Tile - String - Split – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - String split to Ylands:Tile - String - Split: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Split(Source, Separator) == | |||
[[File:YlandsTile-713.png]] | |||
<pre>split(separator: any): string[];</pre> | |||
=== Parameters === | |||
==== separator ==== | |||
=== Returns === | |||
'''string[]''' | |||
=== Description === | |||
Splits '''string''' into an '''array''' with a '''separator'''. | |||
Line 7: | Line 25: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Split(Source, Separator)
split(separator: any): string[];
Parameters
separator
Returns
string[]
Description
Splits string into an array with a separator.