Useful API Functions: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
Example: |
Example: |
||
'hello world' copyFrom:1 to:5. |
'hello world' copyFrom:1 to:5. |
||
=> 'hello' |
Version vom 27. Juli 2019, 14:12 Uhr
String[Bearbeiten]
Copying Substrings[Bearbeiten]
aString copyFrom: startIndexto: 'éndIndex
Example:
'hello world' copyFrom:1 to:5.
=> 'hello'