Class Library Cross Reference: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Zeile 9: Zeile 9:
|-
|-
|'''Smalltalk'''
|'''Smalltalk'''
|'''JavaScript (builtin)'''
|'''JavaScript (NodeJS)'''
|'''Java'''
|'''Java'''
|'''Python'''
|'''Python'''
|-
|-
|at:
|at:
|[]
|[]
|charAt()
|charAt()
|
|
|-
|-
|, (comma)
|, (comma)
|+
|+
|concat()
|concat()
|
|
|-
|-
|=
|=
|==
|==
|equals()
|equals()
|
|

Version vom 22. Dezember 2020, 12:20 Uhr

Class Library API SUmmary

This page lists some commonly used message names (aka. functions) and maps name differences.

String

Function Cross Reference
Smalltalk JavaScript (builtin) JavaScript (NodeJS) 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()



Copyright © 2014-2024 eXept Software AG