Jaa


RegexMatchScorable.ScoreFor(Match) Method

Definition

Calculate a normalized 0-1 score for a regular expression match.

public static double ScoreFor (System.Text.RegularExpressions.Match match);
static member ScoreFor : System.Text.RegularExpressions.Match -> double
Public Shared Function ScoreFor (match As Match) As Double

Parameters

match
Match

Returns

Applies to