1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 13:31:30 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-03-29 11:47:36 +08:00
parent c8193baa20
commit c25c14e2f4

View File

@@ -6,7 +6,7 @@ Returns a new string that is a substring of the given string.
- `t` : The original string.
- `begin` : The beginning index, inclusive.
- `end` : The ending index, exclusive. If it's omitted, the substring begins with the character at the specified `begin` and extends to the end of this string.
- `end` : The ending index, exclusive. If it's omitted, the substring begins with the character at the specified `begin` and extends to the end of the original string.
## Examples