Function Highlight-Regex-Matches

Part of:

package weblocks
( highlight-regex-matches < item > < highlight > )
This function highlights regex matches in text by wrapping them in
HTML 'string' tag. The complexity arises from the need to escape HTML
to prevent XSS attacks. If we simply wrap all matches in 'strong' tags
and then escape the result, we'll escape our 'strong' tags which isn't
the desired outcome.