// Create a Pattern object and compile it into a Pattern String regex = "[a-z]@."; Pattern p = Pattern.compile(regex); // String to perform the match String str ...
確定! 回上一頁