Commit 85ee0209 authored by Leon's avatar Leon

upload

parent 58d09de9
var str = "\\x{6211}\\x{53F8}\\x{5EFA}\\x{8BAE}\\x{52A0}\\x{5927}\\x{5185}\\x{89D2}\\x{534A}\\x{5F84}\\x{5230}R=0.4mm.";
str = str.replace(/\\x\{(.*?)\}/g, function(substring, p1){
return String.fromCharCode(parseInt(p1, 16));
});
print(str);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment