Interface IStyledStringHighlighter

    • Method Detail

      • highlight

        StyledString highlight​(String text,
                               String pattern,
                               StyledString.Styler styler)
        Used to highlight matches
        Parameters:
        text - The text in which matches should be highlighted
        pattern - The pattern that defines what to highlight
        styler - The styler used to highlight the matches
        Returns:
        A StyledString representation of text