System.Text.RegularExpressions.Match.Empty Property

Gets the empty group. All failed matches return this empty match.

Syntax

public static Match Empty { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property should not be used to determine if a match is successful. Instead, use the Match.Success property (which is inherited from Group.Success).

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0