What\'s the best way to see if a string contains all capital letters? I still want the function to return true if the string also contains symbols or numbers.
if(mb_strtoupper($string)===$string) { do the required task } else { some other task }