RegexMatchScorable.ScoreFor(Match) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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