strtoupper

概略 文字列を大文字に変換する
書式 string strtoupper( string string )
引数 string 文字列
返値 大文字に変換した文字列

解説

引数で指定された文字列のアルファベット部分をすべて大文字に変換します。