Open lonix1 opened 3 years ago
Please consider adding support for C# regexes, which are found in foo.cs files.
foo.cs
Syntax examples:
// as variables var regex1 = "^foo$"; string regex2 = "^foo$"; // in statements var s = Regex.Replace("foo(.*)$", "bar$1");
Please consider adding support for C# regexes, which are found in
foo.cs
files.Syntax examples: