MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / replaceBadChars

Method replaceBadChars

src/main/java/util/StringUtils.java:84–89  ·  view source on GitHub ↗
(String src)

Source from the content-addressed store, hash-verified

82 }
83
84 public static String replaceBadChars (String src) {
85 for (int i=0; i<badChars.length;i++) {
86 src=stringReplace(src,badChars[i],"_");
87 }
88 return src;
89 }
90
91 public static String escapeTags(String src) {
92 if (src == null)

Callers 6

HistoryStorageMethod · 0.95
HistoryLoaderMethod · 0.95
addMessageMethod · 0.95
addMessageListMethod · 0.95
BrowserFilePathNotifyMethod · 0.95
BrowserFilePathNotifyMethod · 0.95

Calls 1

stringReplaceMethod · 0.95

Tested by

no test coverage detected