檢查第二個引數字串是否包含在第一個引數字串中。
字串
contain(<parameters>)
contain(<string>,<string>)
傳回布林值。
contain("rowing is great", "great")
傳回true。