Update string-functions.md

This commit is contained in:
Ivan Blinkov 2020-06-19 13:09:45 +03:00 committed by GitHub
parent f856e2576c
commit 967235edab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ toc_title: Strings
# Functions for Working with Strings {#functions-for-working-with-strings}
!!! note "Note"
Functions for [searching](string-search-functions.md) and [replacing](string-replace-functions.md) in strings are described separately.
## empty {#empty}
Returns 1 for an empty string or 0 for a non-empty string.