1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-10-02 01:06:47 +02:00

update docs

This commit is contained in:
Justin Lin
2019-06-17 08:33:00 +08:00
parent 218db7f7a8
commit ab99a24352
20 changed files with 5 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
# split_str
Splits the given string around matches of the given delimiting character. It depeneds on the `sub_str` function so remember to `include <sub_str.scad>`.
Splits the given string around matches of the given delimiting character.
## Parameters