X
xuatla
Hi,
I want to compare two strings regardless of the lowercase or uppercase.
For example, "txt" same as "TXT", "Txt", ...
I know that there's stricmp in some c++ that can perform a lowercase
comparison. But when I use <cstring>, I can't find such function. Do you
know any other standard c++ function(s) can do this task?
Thanks,
X
I want to compare two strings regardless of the lowercase or uppercase.
For example, "txt" same as "TXT", "Txt", ...
I know that there's stricmp in some c++ that can perform a lowercase
comparison. But when I use <cstring>, I can't find such function. Do you
know any other standard c++ function(s) can do this task?
Thanks,
X