You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for your answer, and If I do it the second way, is it reasonable to do so:
RE2::Options options;
options.set_case_sensitive(false);
RE2(pattern, options);
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: