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