Useful API Functions
String
Copying Substrings
aString copyFrom:startIndex to:endIndex
Example:
'hello world' copyFrom:1 to:5.
=> 'hello'
aString copyFrom:startIndex to:endIndex
Example:
'hello world' copyFrom:1 to:5.
=> 'hello'
Copyright © 2014-2024 eXept Software AG