Built-In Namespace String
| 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.
|
|
|
leftTrim()
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.
Defined in: string.js.
{String}
encodeXML()
Encodes the String object for a riskless use in HTML and XML data.
Defined in: string.js.
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.
Defined in: string.js.
{String}
leftTrim()
Removes spaces on the left side of the String object.
Defined in: string.js.
Defined in: string.js.
{String}
removeWhiteSpaces()
Removes all spaces of the String object.
Defined in: string.js.
Defined in: string.js.
{String}
rightTrim()
Removes spaces on the right side of the String object.
Defined in: string.js.
Defined in: string.js.
{String}
superTrim()
Removes spaces on the left and the right side as well as double spaces.
Defined in: string.js.
Defined in: string.js.