<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://miniscript.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chinhouse</id>
	<title>MiniScript Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://miniscript.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chinhouse"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/wiki/Special:Contributions/Chinhouse"/>
	<updated>2026-06-04T16:18:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Split&amp;diff=1127</id>
		<title>Split</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Split&amp;diff=1127"/>
		<updated>2023-10-14T06:03:39Z</updated>

		<summary type="html">&lt;p&gt;Chinhouse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;c&amp;gt;split&amp;lt;/c&amp;gt; splits a string into a list, by some delimiter.&lt;br /&gt;
&lt;br /&gt;
See also: [[join]]&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Default Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| ''self'' || string || string to split&lt;br /&gt;
|-&lt;br /&gt;
| ''delimiter'' || string, default &amp;quot; &amp;quot; ||  substring to split on&lt;br /&gt;
|-&lt;br /&gt;
| ''maxCount'' || number, default -1 || if &amp;gt; 0, split into no more than this many strings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Usage Notes ===&lt;br /&gt;
&amp;lt;c&amp;gt;split&amp;lt;/c&amp;gt; may be called with function syntax or dot syntax.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;&amp;quot;foo bar baz&amp;quot;.split		// returns [&amp;quot;foo&amp;quot;, &amp;quot;bar&amp;quot;, &amp;quot;baz&amp;quot;] &lt;br /&gt;
&amp;quot;foo bar baz&amp;quot;.split(&amp;quot;a&amp;quot;, 2)	// returns [&amp;quot;foo b&amp;quot;, &amp;quot;r baz&amp;quot;]&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Intrinsic Functions]]&lt;br /&gt;
[[Category:String Methods]]&lt;/div&gt;</summary>
		<author><name>Chinhouse</name></author>
		
	</entry>
</feed>