MCPcopy Create free account
hub / github.com/DiUS/java-faker / regexify

Method regexify

src/main/java/com/github/javafaker/Faker.java:309–311  ·  view source on GitHub ↗

Generates a String that matches the given regular expression.

(String regex)

Source from the content-addressed store, hash-verified

307 * Generates a String that matches the given regular expression.
308 */
309 public String regexify(String regex) {
310 return fakeValuesService.regexify(regex);
311 }
312
313 public RandomService random() {
314 return this.randomService;

Calls

no outgoing calls