mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Update string_search_functions.md
This commit is contained in:
parent
81a184c47f
commit
ba78424705
@ -1,6 +1,6 @@
|
||||
# Functions for Searching Strings
|
||||
|
||||
The search is case-sensitive in all these functions.
|
||||
The search is case-sensitive by default in all these functions. There are separate variants for case insensitive search.
|
||||
The search substring or regular expression must be a constant in all these functions.
|
||||
|
||||
## position(haystack, needle), locate(haystack, needle)
|
||||
|
Loading…
Reference in New Issue
Block a user