> we could probably rename some existing
> functions to use the `string-` prefix

We have both 'match-string' and 'string-match', which do different
things. Any particular ideas for renaming?

`match-string` could be aliased to `string-match-result` or `string-match-value`.