Sync docs from master to gh-pages
This commit is contained in:
@@ -7881,8 +7881,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