Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support C# #50

Open
lonix1 opened this issue Aug 30, 2021 · 0 comments
Open

[Feature Request] Support C# #50

lonix1 opened this issue Aug 30, 2021 · 0 comments
Assignees

Comments

@lonix1
Copy link

lonix1 commented Aug 30, 2021

Please consider adding support for C# regexes, which are found in foo.cs files.

Syntax examples:

// as variables
var regex1 = "^foo$";
string regex2 = "^foo$";

// in statements
var s = Regex.Replace("foo(.*)$", "bar$1");
@chrmarti chrmarti self-assigned this Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants