Class Library Cross Reference: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:


This page lists some commonly used message names (aka. functions) and maps name differences.
This page lists some commonly used message names (aka. functions) and maps name differences.
(it is incomplete and updated from time to time)



=== Math ===
=== Math ===

Version vom 22. Dezember 2020, 12:28 Uhr

Class Library API SUmmary[Bearbeiten]

This page lists some commonly used message names (aka. functions) and maps name differences. (it is incomplete and updated from time to time)


Math[Bearbeiten]

Function Cross Reference
Smalltalk JavaScript (builtin) JavaScript (NodeJS) Java Python
nr sin Math.sin(nr)
or:
nr.sin()
Math.sin(nr) java.lang.Math.sin(nr) math.sin(nr)

String[Bearbeiten]

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