compile(regex); // Get a Matcher object Matcher matcher = pattern.matcher("MxxY"); boolean match = matcher.matches(); System.out.println("Match ...
確定! 回上一頁