mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 14:04:53 +02:00
updated doc
This commit is contained in:
@@ -6,7 +6,7 @@ Returns a new string that is a substring of the given string.
|
|||||||
|
|
||||||
- `t` : The original string.
|
- `t` : The original string.
|
||||||
- `begin` : The beginning index, inclusive.
|
- `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
|
## Examples
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user