string/excerpt_utils library

Smart excerpt generator: best snippet around query terms with ellipsis (roadmap #410).

Functions

excerptAround(String text, String query, {int contextChars = 60, String ellipsis = '...'}) String
Returns an excerpt of text around the first occurrence of query, with contextChars characters on each side and ellipsis at truncation points.