I have two Strings: str1 and str2. How to check if str2 is contained within str1? You can definitely use Java's own .contains() method.
確定! 回上一頁