whats the best way for comparing 2 string to check if they are equal
i know that 1 ways is with strcmp(string1,string2) but i want to compare them, first with upper and lower letters make them different and second without upper and lower sensitivity
1st: "test Test" == the same
2st:"test Test"== different
strcmp always check the upper and lower option