Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isbn10
Method · 0.95
isbn13
Method · 0.95
isbn10CheckDigit
Method · 0.95
isbn13CheckDigit
Method · 0.95
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected