Class Library Cross Reference: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 56: Zeile 56:
|startsWith:
|startsWith:
|startsWith()
|startsWith()
|startswith
|
|-
|endsWith:
|endsWith()
|endswith
|-
|-
|copyFrom:to:
|copyFrom:to:
Zeile 68: Zeile 72:
|asUppercase
|asUppercase
|toUppercase
|toUppercase
|capitalize
|
|-
|-
|withoutSeparators
|withoutSeparators

Version vom 28. November 2019, 13:52 Uhr

Class Library API SUmmary[Bearbeiten]

String[Bearbeiten]

Function Cross Reference
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()



Copyright © 2014-2024 eXept Software AG