mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #60014 from ClickHouse/docs-starts-with-UTF8-min-version
[Docs] Add min version for startsWithUTF8
This commit is contained in:
commit
a7af4e860e
@ -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.
|
||||
|
||||
|
||||
|
@ -991,6 +991,7 @@ VIEWs
|
||||
Vadim
|
||||
Valgrind
|
||||
Vectorized
|
||||
VersionBadge
|
||||
VersionInteger
|
||||
VersionedCollapsingMergeTree
|
||||
VideoContainer
|
||||
|
Loading…
Reference in New Issue
Block a user