mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-26 15:14:26 +02:00
revamp extruded region attachables and apply to linear_sweep.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// Arguments:
|
||||
// str = string to operate on
|
||||
// pos = starting index of substring, or vector of first and last position. Default: 0
|
||||
// len = length of substring, or omit it to get the rest of the string. If len is less than zero the emptry string is returned.
|
||||
// len = length of substring, or omit it to get the rest of the string. If len is zero or less then the emptry string is returned.
|
||||
// Example:
|
||||
// substr("abcdefg",3,3); // Returns "def"
|
||||
// substr("abcdefg",2); // Returns "cdefg"
|
||||
|
Reference in New Issue
Block a user