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

Method numerify

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

Returns a string with the '#' characters in the parameter replaced with random digits between 0-9 inclusive. For example, the string "ABC##EFG" could be replaced with a string like "ABC99EFG". @param numberString @return

(String numberString)

Source from the content-addressed store, hash-verified

250 * @return
251 */
252 public String numerify(String numberString) {
253 return fakeValuesService.numerify(numberString);
254 }
255
256 /**
257 * Returns a string with the '?' characters in the parameter replaced with random alphabetic

Callers 12

creditCardMethod · 0.45
secondaryAddressMethod · 0.45
buildingNumberMethod · 0.45
versionMethod · 0.45
cellPhoneMethod · 0.45
phoneNumberMethod · 0.45
subscriberNumberMethod · 0.45
invalidMethod · 0.45

Calls

no outgoing calls