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