| layout | page |
|---|---|
| title | CC0010 |
| tagline | RegexAnalyzer |
|TypeName|RegexAnalyzer | |Check Id | CC0010 | |Category | Usage | |Severity | Error |
The regular expression is invalid and will fail at run-time.
{% highlight csharp %} Regex.Match("", "["); {% endhighlight %}
An error will be triggered in your code:


None
TBD