Documentation for this section has not yet been entered.
If a call to the Regex.Match(string) or Match.NextMatch method fails to find a match, the value of the returned Match.Value property is string.Empty. If the regular expression engine is unable to match a capturing group. the value of the returned Group.Value property is string.Empty. See the second example for an illustration.