Include a function extension that accepts two string arguments and returns `true` if the second argument is a prefix of the first argument. Existing `match` and `search` function extensions can achieve the same result, but carry less semantic meaning and are probably less readable.