Skip to contents

The Jaccard similarity between two strings. Different case is considered different. Returns a number between 0 and 1.

Arguments

str1

VARCHAR

str2

VARCHAR

Examples

if (FALSE) { # \dontrun{
jaccard('duck','luck')
} # }