1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

update doc

This commit is contained in:
Justin Lin
2021-04-10 16:16:59 +08:00
parent f4e4d366d3
commit c2081de452
3 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
# parse_number
The dir changed since 2.0.
Parses the string argument as an number.
## Parameters

View File

@@ -1,7 +1,5 @@
# split_str
The dir changed since 2.0.
Splits the given string around matches of the given delimiting character.
## Parameters

View File

@@ -1,7 +1,5 @@
# sub_str
The dir changed since 2.0.
Returns the part of the string from `begin` to `end`, or to the `end` of the string (`end` not included).
## Parameters