4 lines
62 B
Text
4 lines
62 B
Text
|
|
# endswith/1 is also boolean:
|
||
|
|
"abc" | endswith("bc")
|
||
|
|
#=> true
|