empty-string-always-matches-substring

Status: IN

An empty string `""` in `patterns` always increments the count in `numOfStrings`, because `"" in word` is `True` for any string `word`.

Source: entries/2026/06/06/number-of-strings-that-appear-as-substrings-in-word-solution.md

JSON