public class Xeger extends Object
public Xeger(String regex, Random random)
regex - The regular expression. (Not null.)random - The object that will randomize the way the String is generated. (Not null.)IllegalArgumentException - If the regular expression is invalid.public Xeger(String regex)
Xeger(String, java.util.Random), creating a Random instance
implicityly.regex - 正则表达式public String generate()
Copyright © 2018. All rights reserved.