Give explicit description to countMatchesCaseInsensitive in addition to a link to its base function

This commit is contained in:
Blargian 2024-04-13 11:34:57 +02:00
parent 13f84a5957
commit 3ed8463d08

View File

@ -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**