MCPcopy Create free account
hub / github.com/defold/defold / unescape

Method unescape

editor/src/java/com/defold/editor/UIUtil.java:83–85  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

81 }
82
83 private static String unescape(String str) {
84 return str.replace("\\n", "\n");
85 }
86
87 public static void stringToTextFlowNodes(TextFlow text, String str) {
88 text.getChildren().setAll(UIUtil.stringToTextFlowNodes(str));

Callers 4

stringToTextFlowNodesMethod · 0.95
to_lua_annotationFunction · 0.80
handle_charrefMethod · 0.80
handle_entityrefMethod · 0.80

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected