static void JobTestStrReplace(Args _args) { str s = "Hello@World@@@"; s = strReplace(s, "@", "/"); info(s); }