Class Index | File Index

Classes


Built-In Namespace String

Method Summary
Method Attributes Method Name and Description
 
Removes spaces on the left and the right side of the String object.
 
Encodes the String object for a riskless use in HTML and XML data.
 
Encodes the String object for a riskles use in HTML and XML data, additionally replaces newlines with <br/> tags.
 
Removes spaces on the left side of the String object.
 
Removes all spaces of the String object.
 
Removes spaces on the right side of the String object.
 
Removes spaces on the left and the right side as well as double spaces.
Method Detail
{String} basicTrim()
Removes spaces on the left and the right side of the String object.
Defined in: string.js.

{String} encodeXML()
Encodes the String object for a riskless use in HTML and XML data.
Defined in: string.js.

{String} encodeXMLViewable()
Encodes the String object for a riskles use in HTML and XML data, additionally replaces newlines with <br/> tags.
Defined in: string.js.

{String} leftTrim()
Removes spaces on the left side of the String object.
Defined in: string.js.

{String} removeWhiteSpaces()
Removes all spaces of the String object.
Defined in: string.js.

{String} rightTrim()
Removes spaces on the right side of the String object.
Defined in: string.js.

{String} superTrim()
Removes spaces on the left and the right side as well as double spaces.
Defined in: string.js.

Documentation generated by JsDoc Toolkit 2.0.2 on Fri Sep 12 2008 13:31:24 GMT-0400 (EDT)