mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Give explicit description to countMatchesCaseInsensitive in addition to a link to its base function
This commit is contained in:
parent
13f84a5957
commit
3ed8463d08
@ -1528,7 +1528,7 @@ Result:
|
||||
|
||||
## countMatchesCaseInsensitive
|
||||
|
||||
Like [`countMatches`](#countmatches) but matching ignores the case.
|
||||
Returns the number of regular expression matches for a pattern in a haystack like [`countMatches`](#countmatches) but matching ignores the case.
|
||||
|
||||
**Syntax**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user