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
Revert "[libc++] Fix regex_search to match $ alone with match_default flag" (llvm#78349)
The behavior of `std::regex_search` for patterns anchored both to the
start and to the end of the input went wrong after merging llvm#77256 .
Patterns like `"^b*$"` started matching the strings such as `"a"`, which
is not expected.
Reverts the PR: llvm#77256
0 commit comments