Skip to content

<regex>: Fixes regex character class case insensitive search problem - #1503

Merged
Stephan T. Lavavej (StephanTLavavej) merged 7 commits into
microsoft:masterfrom
Arzaghi:Fix_Issue993
Dec 17, 2020
Merged

<regex>: Fixes regex character class case insensitive search problem#1503
Stephan T. Lavavej (StephanTLavavej) merged 7 commits into
microsoft:masterfrom
Arzaghi:Fix_Issue993

Conversation

@Arzaghi

Copy link
Copy Markdown
Contributor

Fixes #993

@Arzaghi
Hamid Reza Arzaghi (Arzaghi) marked this pull request as ready for review November 29, 2020 00:32
@CaseyCarter Casey Carter (CaseyCarter) added the bug Something isn't working label Nov 30, 2020

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for fixing this bug! I'll push one more test case and trivial stylistic changes to make test_regex and test_wregex even more similar.

Comment thread tests/std/include/test_regex_support.hpp Outdated
Comment thread tests/std/include/test_regex_support.hpp Outdated
Comment thread tests/std/tests/VSO_0000000_regex_use/test.cpp
@StephanTLavavej

Copy link
Copy Markdown
Member

Hamid Reza Arzaghi (@Arzaghi) Charlie Barto (@barcharcraz) I've pushed a merge with master which applied clang-format 11 to this code. The added indentation caused annoying wrapping of the newly added line here, so I extracted the _Uelem typedef to make it more readable - no behavioral changes. (In fact I didn't bother to build/test, so let's see if I can get away with it...)

@StephanTLavavej

Copy link
Copy Markdown
Member

THANKS For fixing ThIs cAsE INSENSITIVE Bug! 😹

@Arzaghi
Hamid Reza Arzaghi (Arzaghi) deleted the Fix_Issue993 branch December 17, 2020 23:10
@StephanTLavavej Stephan T. Lavavej (StephanTLavavej) added the regex meow is a substring of homeowner label Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working regex meow is a substring of homeowner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<regex>: c++ regex character class case insensitive search problem

4 participants