Pattern pattern = Pattern.compile("a regex string"); Matcher matcher = pattern.matcher("a input string");
No comments:
Post a Comment