如果第二個參數是第一個參數的前置詞,而不考慮大小寫,則返回true。
字串
startWithIgnoreCase(<parameters>)
startWithIgnoreCase(<string>,<string>)
返回布爾值。
startWithIgnoreCase("rowing is great", "RO")
返回true。