StackOverflow 文件 awk 教程 字串操作函式 將字串轉換為大寫 將字串轉換為大寫 Created: November-22, 2018 函式 toupper 將字串轉換為大寫字母(大寫字母)。例如: BEGIN { greeting = "hello" loud_greeting = toupper(greeting) print loud_greeting } 此程式碼在執行時將輸出 HELLO。 計算字串的雜湊值字串操作函式