Reporter | Olga Rodygina (olgarodygina) |
---|---|
Created | Aug 28, 2017 12:49:29 PM |
Updated | Apr 13, 2018 3:29:15 PM |
Resolved | Apr 13, 2018 3:29:15 PM |
Subsystem | RegExp Support (Regular Expressions) |
Assignee | Evgeniy Stepanov (Evgeniy_Stepanov) |
Priority | Normal |
State | Fixed |
Type | Bug |
Fix version | 2018.2 |
Affected versions | 2017.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
The following regular expression is recognized as an error in resharper:
https://stackoverflow.com/questions/30279765/portable-regex-equivalent-of-c-sharp-p-xmli-p-xmlc
it is a valid C# only regex addition. Would it be possible to add this edgecase?
re = new Regex(@"\p{_xmlI}[\p{_xmlC}-[:]]*", RegexOptions.Compiled);however, according to this
https://stackoverflow.com/questions/30279765/portable-regex-equivalent-of-c-sharp-p-xmli-p-xmlc
it is a valid C# only regex addition. Would it be possible to add this edgecase?