Regural expressions in rules don’t support non-ascii-characters.
I changed some of the naming rules in VB.NET- and Javascript-rules but the changes don’t seem to work.
When modifying rules regexis text looks to be fine. My functions naming convetion regex is “^([A-ZåäöÅÄÖ]{1,3}[a-z0-9åäöÅÄÖ]+)*([A-ZåäöÅÄÖ]{2})?$” and is displayed as that when modifying the rules-regex. I’d attach a picture here, but I’m only allowed to attach one image.
But in issues the regex is garbled and doesn’t yield expected results.
Yes, we still have this same issue. We haven’t updated though, so we’re still at version 7.9.1.27448.
There’s the same issue with Javascript and with VB.NET. And I suspect that with other rules also but C# doesn’t have similar naming convention rules implemented, I think.