檢查第二個參數字串是否包含在第一個參數字串中,而不考慮大小寫。
字串
containIgnoreCase(<parameters>)
containIgnoreCase(<string>,<string>)
返回布爾值。
containIgnoreCase("rowing is great", "GREAT")
返回true。