mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-04 22:07:44 +02:00
update doc
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# parse_number
|
# parse_number
|
||||||
|
|
||||||
The dir changed since 2.0.
|
|
||||||
|
|
||||||
Parses the string argument as an number.
|
Parses the string argument as an number.
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
# split_str
|
# split_str
|
||||||
|
|
||||||
The dir changed since 2.0.
|
|
||||||
|
|
||||||
Splits the given string around matches of the given delimiting character.
|
Splits the given string around matches of the given delimiting character.
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
# sub_str
|
# 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).
|
Returns the part of the string from `begin` to `end`, or to the `end` of the string (`end` not included).
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
Reference in New Issue
Block a user