mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
update doc
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user