Highlighting words in text

<%= highlight "your text", ["test"], "<b>\1</b>" %>

See the ActionView::Helpers::TextHelper#highlight method. :slight_smile:

--Jeremy

Jeremy McAnally wrote:

See the ActionView::Helpers::TextHelper#highlight method. :slight_smile:

Sorry :slight_smile: Thanks!