ends with
-
operator
-
ends with
-
Examples: +
put "banana" ends with "ana" —> Trueput [3,5,7,8] ends with [7,8] —> True -
Related: begins with, contains
ノート
This page is under construction: it has not been reviewed for completeness.
operator
ends with
Examples: +
put "banana" ends with "ana" —> True
put [3,5,7,8] ends with [7,8] —> True
Related: begins with, contains
This page is under construction: it has not been reviewed for completeness.