Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7278135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:50:01+00:00 2026-05-28T22:50:01+00:00

When I imbue a regex object with a particular locale, how does it affect

  • 0

When I imbue a regex object with a particular locale, how does it affect the matching behavior? Does it affect collation, or anything else? I can’t seem to find an explanation anywhere.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T22:50:02+00:00Added an answer on May 28, 2026 at 10:50 pm

    It affects at least the following:

    • Collation: the regex [a-f] imbued with a French locale should match the character é.
    • Similarly, \w in a Finnish locale should match the character ä (but [a-z] should not, as å, ä and ö collate after z in Finnish. In German, however, [a-z] should match ä.)
    • In a Unicode compatible locale, the Unicode equivalence algorithm should be used, so that composed forms of a character match a decomposed form and vice versa.
    • With a POSIX-compatible regex flavor (basic, extended, awk, grep, and egrep), the POSIX character classes should be locale-aware: [=e=] should match é in a French locale but not in an English locale.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you find valid locale names? I am currently using MAC OS X.
I've read Stroustrup's Appendix D (particular attention to Locales and Codecvt). Stroustrup does not
std::stringstream stream_french; stream_french.imbue(std::locale()); // French_France.1252 stream_french << 1000; std::string value_french = stream_french.str(); This code
First off, it may seem that I'm asking for subjective opinions, but that's not
#include <iostream> #include <fstream> #include <string> using namespace std; int main() { locale system();
I have the following code: #include <iostream> #include <string> #include <iomanip> #include <locale> #include
I have a little problem that involves modeling a state machine. I have managed
I was commenting on an answer that thread-local storage is nice and recalled another
I'm trying to print a boost::posix_time::ptime in the format of YYYY-MM-DD hh:mm:ss.fff where the
Given the following code: cout << 1000; I would like the following output: 1,000

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.