The RegexOptions enum is a Regex argument. This example shows how RegexOptions. IgnoreCase affects the result of the IsMatch method on an input that is in a different case . Note When IgnoreCase is specified, the match succeeds. Otherwise it fails.
The RegexOptions enum is a Regex argument. This example shows how RegexOptions. IgnoreCase affects the result of the IsMatch method on an input that is in a different case . Note When IgnoreCase is specified, the match succeeds. Otherwise it fails.