Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ unescape
Method
unescape
src/main/java/jace/cheat/DynamicCheat.java:80–82 ·
view source on GitHub ↗
(String in)
Source
from the content-addressed store, hash-verified
78
}
79
80
public
static
String unescape(String in) {
81
return
in.replaceAll(
"~~"
,
";"
).replaceAll(
"\\n"
,
"\n"
);
82
}
83
84
public
static
final
String DELIMITER =
";"
;
85
public
String serialize() {
Callers
1
deserialize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected