fuzzy_highlight


Description:

public static AttrList? fuzzy_highlight (string haystack, string casefold_query)

This will add `<b>` tags around matched characters in haystack based on casefold_query.

Parameters:

haystack

the string to be highlighted

casefold_query

the typed-text used to highlight haystack

Returns:

a AttrList or null