Class Library Cross Reference: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 24: | Zeile 24: | ||
|sameAs: |
|sameAs: |
||
|equalsIgnoringCase() |
|equalsIgnoringCase() |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
| |
| |
||
|- |
|- |
||
Zeile 36: | Zeile 40: | ||
|lastIndexOf: |
|lastIndexOf: |
||
|lastIndexOf() |
|lastIndexOf() |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
| |
| |
||
|- |
|- |
Version vom 28. November 2019, 13:53 Uhr
Class Library API SUmmary[Bearbeiten]
String[Bearbeiten]
Smalltalk | Java | Python |
at: | charAt() | |
, (comma) | concat() | |
= | equals() | |
sameAs: | equalsIgnoringCase() | |
size | length() | |
indexOf: | indexOf() | |
isEmpty | isEmpty() | |
lastIndexOf: | lastIndexOf() | |
matchesRegex: | matches() | |
copyReplace:with: | replace() | |
splitBy: | split() | |
startsWith: | startsWith() | startswith |
endsWith: | endsWith() | endswith |
copyFrom:to: | subString() | |
asLowercase | toLowerCase | |
asUppercase | toUppercase | capitalize |
withoutSeparators | trim() | |
hash | hashCode() |