diff --git a/docs/_sources/functions/presto/string.rst.txt b/docs/_sources/functions/presto/string.rst.txt index 9c36f45aad75..cf2e19c972f7 100644 --- a/docs/_sources/functions/presto/string.rst.txt +++ b/docs/_sources/functions/presto/string.rst.txt @@ -33,6 +33,10 @@ String Functions This function provides the same functionality as the SQL-standard concatenation operator (``||``). +.. function:: ends_with(string, substring) -> boolean + + Returns whether ``string`` ends_with with ``substring``. + .. function:: from_utf8(binary) -> varchar Decodes a UTF-8 encoded string from ``binary``. Invalid UTF-8 sequences diff --git a/docs/functions/presto/string.html b/docs/functions/presto/string.html index d0c9e2274041..146875740316 100644 --- a/docs/functions/presto/string.html +++ b/docs/functions/presto/string.html @@ -79,6 +79,12 @@
Returns whether string
ends_with with substring
.