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

Method letterify

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

Returns a string with the '?' characters in the parameter replaced with random alphabetic characters. For example, the string "12??34" could be replaced with a string like "12AB34". @param letterString @return

(String letterString)

Source from the content-addressed store, hash-verified

263 * @return
264 */
265 public String letterify(String letterString) {
266 return fakeValuesService.letterify(letterString);
267 }
268
269 /**
270 * Returns a string with the '?' characters in the parameter replaced with random alphabetic

Calls

no outgoing calls