Skip to main content

fuzzy.IsMatch

Check if similarity meets threshold (default 0.8)

fuzzy.IsMatch(a: string, b: string, threshold?: float64) -> bool

Arguments

NameType
astring
bstring
threshold?float64

Example

{{ fuzzy.IsMatch("hello", "hallo") }}

Returns true.