Merge pull request #60014 from ClickHouse/docs-starts-with-UTF8-min-version

[Docs] Add min version for startsWithUTF8
This commit is contained in:
Yarik Briukhovetskyi 2024-02-15 13:09:25 +01:00 committed by GitHub
commit a7af4e860e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ sidebar_position: 170
sidebar_label: Strings
---
import VersionBadge from '@theme/badges/VersionBadge';
# Functions for Working with Strings
Functions for [searching](string-search-functions.md) in strings and for [replacing](string-replace-functions.md) in strings are described separately.
@ -783,6 +785,8 @@ SELECT startsWith('Spider-Man', 'Spi');
## startsWithUTF8
<VersionBadge minVersion='23.8' />
Returns whether string `str` starts with `prefix`, the difference between `startsWithUTF8` and `startsWith` is that `startsWithUTF8` match `str` and `suffix` by UTF-8 characters.

View File

@ -991,6 +991,7 @@ VIEWs
Vadim
Valgrind
Vectorized
VersionBadge
VersionInteger
VersionedCollapsingMergeTree
VideoContainer