1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 19:19:47 +01: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
include <sub_str.scad>;
include <util/sub_str.scad>;
echo(sub_str("helloworld", 0, 5)); // ECHO: "hello"
echo(sub_str("helloworld", 5)); // ECHO: "world"