提交 6f4040c1 编写于 作者: K kohsuke

exposed escape()


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2331 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c7c80705
......@@ -321,4 +321,8 @@ public class Functions {
if(s==null) return false;
return s.indexOf('\r')>=0 || s.indexOf('\n')>=0;
}
public static String encode(String s) {
return Util.encode(s);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册