154ddf4b2a
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.
5 lines
272 B
Text
5 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.
|