I want to compare two WCHAR*
strings.
How to do it?
P.S. I would like to ignore case while comparing.
I know you can use strcmpi
but it id not working for WCHAR*
.
For case sensitive comparison, look at wcscmp
For case insensitive comparison, look at _wcsicmp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With