prefix-match-requires-word-boundary

Status: IN

`is_prefix_string` only returns `True` when `s` aligns exactly with a word boundary in `words`; partial word matches are rejected because equality is checked after appending whole words

Source: entries/2026/06/06/check-if-string-is-a-prefix-of-array-solution.md

JSON