Class Library Cross Reference
Version vom 28. November 2019, 13:52 Uhr von Cg (Diskussion | Beiträge) (→Class Library API SUmmary)
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() | startswith |
| endsWith: | endsWith() | endswith |
| copyFrom:to: | subString() | |
| asLowercase | toLowerCase | |
| asUppercase | toUppercase | capitalize |
| withoutSeparators | trim() | |
| hash | hashCode() |