C# Class DuoVia.FuzzyStrings.StringExtensions

ファイルを表示 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
FuzzyEquals ( this strA, string strB, double requiredProbabilityScore = 0.75 ) : bool
FuzzyMatch ( this strA, string strB ) : double

Private Methods

Method Description
CompositeCoefficient ( string strA, string strB ) : double
Strip ( string str ) : string

Method Details

FuzzyEquals() public static method

public static FuzzyEquals ( this strA, string strB, double requiredProbabilityScore = 0.75 ) : bool
strA this
strB string
requiredProbabilityScore double
return bool

FuzzyMatch() public static method

public static FuzzyMatch ( this strA, string strB ) : double
strA this
strB string
return double