Skip to content

Commit

Permalink
Document default delimiter for string.split
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 9, 2024
1 parent 7c2f6c7 commit 84dbbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Runtime Environment/String.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ assert(s:lower(1) == "hELLO")
Splits a string by a separator.
#### Parameters
1. The string to split.
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 `,`.
3. An optional limit for the returned table size.
#### Returns
A table.
Expand Down

0 comments on commit 84dbbce

Please sign in to comment.