ClickHouse/docs/en
Azat Khuzhin 838596c7a4 Implement countSubstrings()
Function to count number of substring occurrences in the string:
- in case of needle is multi char - counts non-intersecting substrings
- the code is based on position helpers.

The following new functions is available:
- countSubstrings()
- countSubstringsCaseInsensitive()
- countSubstringsCaseInsensitiveUTF8()

v0: substringCount()

v2:
- add substringCountCaseInsensitiveUTF8
- improve tests
- fix coding style issues
- fix multichar needle

v3: rename to countSubstrings (by analogy with countEqual())
2020-11-26 22:58:16 +03:00
..
commercial Update cloud.md 2020-10-25 22:23:54 -07:00
development Remove libbtrie 2020-11-21 21:31:15 +03:00
engines Update replication.md 2020-11-17 17:56:29 +08:00
faq Remove inappropriate enum parsing mention 2020-11-04 13:20:32 +03:00
getting-started Update tutorial.md 2020-11-25 15:13:07 +05:30
guides [docs] split aggregate function and system table references (#11742) 2020-06-18 11:24:31 +03:00
images [ImgBot] Optimize images 2020-05-11 03:31:47 +00:00
interfaces Add client library for Swift 2020-11-13 11:58:50 +01:00
introduction Add more known ClickHouse users 2020-11-11 16:38:26 -08:00
operations Merge remote-tracking branch 'origin/master' into HEAD 2020-11-24 21:45:10 +03:00
sql-reference Implement countSubstrings() 2020-11-26 22:58:16 +03:00
whats-new Fix broken links in docs 2020-10-13 20:23:29 +03:00
index.md Fix broken links in docs 2020-10-13 20:23:29 +03:00