mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 19:19:47 +01:00
update doc
This commit is contained in:
parent
2d9562c8b6
commit
b1687bece2
@ -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"
|
Loading…
x
Reference in New Issue
Block a user