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 7c2f6c7 commit 84dbbceCopy full SHA for 84dbbce
docs/Runtime Environment/String.md
@@ -19,7 +19,7 @@ assert(s:lower(1) == "hELLO")
19
Splits a string by a separator.
20
#### Parameters
21
1. The string to split.
22
-2. The separator to split a string by. This can be any string.
+2. The separator to split a string by. This can be any string. Defaults to `,`.
23
3. An optional limit for the returned table size.
24
#### Returns
25
A table.
0 commit comments