Expression functionsFuzzy Matchingfuzzy.IsMatchOn this pagefuzzy.IsMatchCheck if similarity meets threshold (default 0.8) fuzzy.IsMatch(a: string, b: string, threshold?: float64) -> bool Arguments NameTypeastringbstringthreshold?float64 Example {{ fuzzy.IsMatch("hello", "hallo") }} Returns true.