1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update doc

This commit is contained in:
Justin Lin
2019-06-23 10:02:08 +08:00
parent 2d9562c8b6
commit b1687bece2

View File

@@ -10,7 +10,7 @@ Returns a new string that is a substring of the given string.
## Examples ## Examples
include <sub_str.scad>; include <util/sub_str.scad>;
echo(sub_str("helloworld", 0, 5)); // ECHO: "hello" echo(sub_str("helloworld", 0, 5)); // ECHO: "hello"
echo(sub_str("helloworld", 5)); // ECHO: "world" echo(sub_str("helloworld", 5)); // ECHO: "world"