6 lines
272 B
Text
6 lines
272 B
Text
|
Given a piece of text and some search terms, produces an object
|
||
|
which locates the search terms in the message, extracts a
|
||
|
reasonable-length string containing all the search terms,
|
||
|
and optionally dumps the string out as HTML text with the
|
||
|
search terms highlighted in bold.
|