mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-03 06:25:29 +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
|
||||
|
||||
include <sub_str.scad>;
|
||||
include <util/sub_str.scad>;
|
||||
|
||||
echo(sub_str("helloworld", 0, 5)); // ECHO: "hello"
|
||||
echo(sub_str("helloworld", 5)); // ECHO: "world"
|
Reference in New Issue
Block a user