1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 19:22:48 +02:00

updated docs

This commit is contained in:
Justin Lin
2017-03-30 14:22:48 +08:00
parent ca5f3904c8
commit 54eb382ff6
18 changed files with 75 additions and 8 deletions

View File

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