S
Siemel Naran
There is a function stricmp that compares two strings without case
sensitivity.
We have strstr that searches for a substring, taking case into account.
Is there a function stristr? If not, how to write one?
Thanks.
sensitivity.
We have strstr that searches for a substring, taking case into account.
Is there a function stristr? If not, how to write one?
Thanks.