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 267317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:31:53+00:00 2026-05-11T23:31:53+00:00

I am sure this would have been asked before but couldn’t find it. Is

  • 0

I am sure this would have been asked before but couldn’t find it. Is there any built in (i.e. either using std::wstring’s methods or the algorithms) way to case insensitive comparison the two wstring objects?

  • 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-11T23:31:53+00:00Added an answer on May 11, 2026 at 11:31 pm

    If you don’t mind being tied to Microsoft implementation you can use this function defined in <string.h>

    int _wcsnicmp(
       const wchar_t *string1,
       const wchar_t *string2,
       size_t count 
    );
    

    But if you want best performance/compatibility/functionality ratio you will probably have to look at boost library (part of it is stl anyway). Simple example (taken from different answer to different question):

    #include <boost/algorithm/string.hpp>
    
    std::wstring wstr1 = L"hello, world!";
    std::wstring wstr2 = L"HELLO, WORLD!";
    
    if (boost::iequals(wstr1, wstr2))
    {
        // Strings are identical
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm sure this has been asked before, but I couldn't find anything that would
for sure this question has been asked before, but I couldn't find any thread
I'm sure this must have been asked before but I can't seem to find
I'm sure this would have been asked before, but I'm very confused! Say I
I am sure this has been asked before, but I have yet to find
I am sure this might have been asked before but I've been pulling my
I'm pretty sure this has been asked before but I can't seem to find
This has probably been asked before but I couldn't find the answer to my
I'm sure this has been asked before, but I have no idea what it
First, this question may have been asked before, but I'm not sure what phrase

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.