cleanup, docs
This commit is contained in:
@@ -12,7 +12,6 @@ return value : `true` when `haystack` ends with `needle`, otherwise `false`
|
||||
:content
|
||||
Checks whether `haystack` ends with `needle`.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: `str_ends_with()`
|
||||
- JavaScript / Node.js: `String.prototype.endsWith()`
|
||||
:example
|
||||
print(str_ends_with("index.uce", ".uce") ? "yes\n" : "no\n");
|
||||
|
||||
Reference in New Issue
Block a user