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