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

Method bothify

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

Applies both a #numerify(String) and a #letterify(String) over the incoming string. @param string @return

(String string)

Source from the content-addressed store, hash-verified

288 * @return
289 */
290 public String bothify(String string) {
291 return fakeValuesService.bothify(string);
292 }
293
294 /**
295 * Applies both a {@link #numerify(String)} and a {@link #letterify(String)}

Calls

no outgoing calls