Expression functionsFuzzy Matchingfuzzy.ContainsOn this pagefuzzy.ContainsFuzzy substring search using sliding window (default threshold 0.8) fuzzy.Contains(s: string, substr: string, threshold?: float64) -> bool Arguments NameTypesstringsubstrstringthreshold?float64 Example {{ fuzzy.Contains("hello world", "wrld") }} Returns true.