Sync docs from 1.0.x to gh-pages
This commit is contained in:
@@ -7554,8 +7554,8 @@ import java.util.regex.Pattern;
|
||||
* @author Marcin Grzejszczak
|
||||
*/
|
||||
public class PatternUtils {
|
||||
public static Pattern tooYoung() {
|
||||
return Pattern.compile("[0-1][0-9]");
|
||||
public static String tooYoung() {
|
||||
return "[0-1][0-9]";
|
||||
}
|
||||
|
||||
public static Pattern oldEnough() {
|
||||
|
||||
Reference in New Issue
Block a user