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