C++可用function:
<cctype>isalnum();
<cctype>tolower();
str.erase();
再用erase的時候記得你把str[i]erase掉後,str[i+1]就會變成str[i](我debug這點3小時!!!!!!)
(C++11後的string都不用轉成char[]就可直接像char[]使用)