Is there any interest in a pull tool that provides various (admittedly arbitrary) String related functions for use in templates?

I have one here that is pretty much a wrapper for various functions in commons-lang - StringUtils, WordUtils, StringEscapeUtils

It currently provides:

   * defaultString(String str)
   * defaultString(String str, String defaultStr)
   * caps(String input)
   * nocaps(String input)
   * escapeHtml(String str)
   * escapeJava(String str)
   * escapeJavaScript(String str)
   * escapeJavaScriptHtml(String str)
   * escapeXml(String str)

I can commit for the up coming 2.3.3 if people are interested.
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to