We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3bf7f commit 204f90bCopy full SHA for 204f90b
docs/string/split.html
@@ -20,10 +20,10 @@
20
</nav>
21
22
<section>
23
-<h1>string split DELIMITER [JSON_ARRAY]</h1>
+<h1>string split DELIMITER [STRING]</h1>
24
25
<p>This command will return split a string at the delimiter
26
-and return it as a JSON arrya.</p>
+and return it as a JSON array.</p>
27
28
<h2>Typical command line</h2>
29
docs/string/splitn.html
-<h1>string splitn DELIMITER N [JSON_ARRAY]</h1>
+<h1>string splitn DELIMITER N [STRING]</h1>
0 commit comments