stringutils
Function escJsTxt

java.lang.String escJsTxt(java.lang.String, boolean)
Escapes a javascript string. If "true" is passed as parameter, the string is between ", if false is bewteen '

Example:
      
        escJsTxt("xyz\\23",true) : "xyz\23"
      
    


Function Information
Function Classnet.sourceforge.openutils.elfunctions.ElStringUtils
Function Signaturejava.lang.String escapeJsText(java.lang.String, boolean)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.