CaseInsensitiveIgnoreDashMatch

A CaseInsensitiveIgnoreDashMatch indicates a (string-based) match that is case-insensitive and ignores dashes. This is a relatively high match value, but not as high as a CaseInsensitiveMatch.

Properties

Link copied to clipboard
open override val value: Float = 0.9f

Functions

Link copied to clipboard
open operator fun times(other: MatchingConfidence): MatchingConfidence