contains (String str, seed) - check if the string contains the seed. matches(String str, pattern) - check if string matches the pattern. matches('foobar', 'foo') ...
確定! 回上一頁