-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How do I get matches to ignore case #197
Comments
You can use |
thanks for your answer, and If I do it the second way, is it reasonable to do so: |
Yes, that's right. (Although the third line of code is missing the variable name.) |
RE2 re("hello");
RE2::FullMatch(“Hello”, re)
How do I get matches to ignore case
The text was updated successfully, but these errors were encountered: