String.contains works with String, period. It doesn't work with regex. It will check whether the exact String specified appear in the current String or not.
確定! 回上一頁