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

Method stripIsbnSeparator

src/main/java/com/github/javafaker/Code.java:142–144  ·  view source on GitHub ↗
(CharSequence t)

Source from the content-addressed store, hash-verified

140 }
141
142 private final String stripIsbnSeparator(CharSequence t) {
143 return t.toString().replaceAll("-","");
144 }
145
146 public String asin() {
147 return faker.resolve("code.asin");

Callers 4

isbn10Method · 0.95
isbn13Method · 0.95
isbn10CheckDigitMethod · 0.95
isbn13CheckDigitMethod · 0.95

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected