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 5553bc1 commit ee3bf7fCopy full SHA for ee3bf7f
docs/string/split.md
@@ -1,8 +1,8 @@
1
2
-# string split DELIMITER [JSON_ARRAY]
+# string split DELIMITER [STRING]
3
4
This command will return split a string at the delimiter
5
-and return it as a JSON arrya.
+and return it as a JSON array.
6
7
## Typical command line
8
docs/string/splitn.md
-# string splitn DELIMITER N [JSON_ARRAY]
+# string splitn DELIMITER N [STRING]
0 commit comments