Home
Press ? for keyboard navigation
❮
String starts with
Replace part of a string (substitute)
❯
ends_with
String ends with
examples/strings/ends_with.cr
text
=
"The black cat climbed the green tree"
puts
text
.
ends_with?
(
"tree"
)
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)