Child pages
  • String

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
classservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#length
Gives the length of the string.

HTML Table
classservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#anchor(nameAttribute)
returns a copy of the string embedded within an anchor <A> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#big()
returns a copy of the string embedded within an <BIG> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#blink()
returns a copy of the string embedded within an <BLINK> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#bold()
returns a copy of the string embedded within an <B> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#charAt(index)
returns a character of the string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#charCodeAt(index)
returns a decimal code of the char in the string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#concat(string2, [stringN])
returns a string that appends the parameter string to the string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#equals(other)
returns a boolean that checks if the given string is equal to the string
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#equalsIgnoreCase(other)
returns a boolean that checks if the given string is equal to the string ignoring case
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#fixed()
returns a copy of the string embedded within an anchor <TT> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#fontcolor(color)
returns a copy of the string embedded within an <FONT> tag set, the color param is assigned the the color attribute.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#fontsize(size)
returns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attribute
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#indexOf(searchValue, fromIndex)
returns the found index of the given string in string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#italics()
returns a copy of the string embedded within an <I> tag set
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#lastIndexOf(searchValue, fromIndex)
returns the found index of the given string in string from the end.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#link(hrefAttribute)
returns a copy of the string embedded within an <A> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#localeCompare()
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Array
Table Cell (td)
#match(regexp)
returns an array of strings within the current string that matches the regexp.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#replace(regexp, newSubStr)
returns a strings where all matches of the regexp are replaced.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#search(regexp)
returns a index where the first match is found of the regexp
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#slice(beginSlice, [endSlice])
returns a substring of the string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#small()
returns a copy of the string embedded within an <SMALL> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#split(separator, limit)
returns an array of objects whose elements are segments of the current string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#strike()
returns a copy of the string embedded within an <STRIKE> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#sub()
returns a copy of the string embedded within an <SUB> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#substr(start, [length])
returns a substring of the string from the start with the number of chars specified.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#substring(indexA, [indexB])
Returns a substring of the string from the start index until the end index.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#sup()
returns a copy of the string embedded within an <SUP> tag set.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toLocaleLowerCase()
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toLocaleUpperCase()
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toLowerCase()
returns a string with all lowercase letters of the current string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toUpperCase()
returns a string with all uppercase letters of the current string.

HTML Table
idproperty
classservoy sDetail
Colgroup Tag
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Property Details
Table Body (tbody)
idlength
classnode
Table Row (tr)
idname
Table Cell (td)
length
Table Row (tr)
iddes
Table Cell (td)
Gives the length of the string.
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.length;
Table Row (tr)
classlastDetailRow
Table Cell (td)


HTML Table
idfunction
classservoy sDetail
Colgroup Tag
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Method Details
Table Body (tbody)
idanchor
classnode
Table Row (tr)
idname
Table Cell (td)
anchor
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
anchor
Span
stylefloat: left;
idiets
(nameAttribute)
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an anchor <A> tag set.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} nameAttribute
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.anchor();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idbig
classnode
Table Row (tr)
idname
Table Cell (td)
big
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
big
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <BIG> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.big();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idblink
classnode
Table Row (tr)
idname
Table Cell (td)
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
blink
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <BLINK> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.blink();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idbold
classnode
Table Row (tr)
idname
Table Cell (td)
bold
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
bold
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <B> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.bold();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idcharAt
classnode
Table Row (tr)
idname
Table Cell (td)
charAt
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Number
Span
stylefloat: left; font-weight: bold;
idiets
charAt
Span
stylefloat: left;
idiets
(index)
Table Row (tr)
iddes
Table Cell (td)
returns a character of the string.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{Number} index
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.charAt(integer position);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idcharCodeAt
classnode
Table Row (tr)
idname
Table Cell (td)
charCodeAt
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Number
Span
stylefloat: left; font-weight: bold;
idiets
charCodeAt
Span
stylefloat: left;
idiets
(index)
Table Row (tr)
iddes
Table Cell (td)
returns a decimal code of the char in the string.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{Number} index
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.charCodeAt(integer position);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idconcat
classnode
Table Row (tr)
idname
Table Cell (td)
concat
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
concat
Span
stylefloat: left;
idiets
(string2, [stringN])
Table Row (tr)
iddes
Table Cell (td)
returns a string that appends the parameter string to the string.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} string2
{String} [stringN]
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.concat(string);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idequals
classnode
Table Row (tr)
idname
Table Cell (td)
equals
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Boolean
Span
stylefloat: left; font-weight: bold;
idiets
equals
Span
stylefloat: left;
idiets
(other)
Table Row (tr)
iddes
Table Cell (td)
returns a boolean that checks if the given string is equal to the string
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} other
Table Row (tr)
idret
Table Cell (td)
Returns
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.equals(string);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idequalsIgnoreCase
classnode
Table Row (tr)
idname
Table Cell (td)
equalsIgnoreCase
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Boolean
Span
stylefloat: left; font-weight: bold;
idiets
equalsIgnoreCase
Span
stylefloat: left;
idiets
(other)
Table Row (tr)
iddes
Table Cell (td)
returns a boolean that checks if the given string is equal to the string ignoring case
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} other
Table Row (tr)
idret
Table Cell (td)
Returns
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.equalsIgnoreCase(string);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idfixed
classnode
Table Row (tr)
idname
Table Cell (td)
fixed
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
fixed
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an anchor <TT> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.fixed();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idfontcolor
classnode
Table Row (tr)
idname
Table Cell (td)
fontcolor
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
fontcolor
Span
stylefloat: left;
idiets
(color)
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <FONT> tag set, the color param is assigned the the color attribute.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} color
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.fontcolor(color);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idfontsize
classnode
Table Row (tr)
idname
Table Cell (td)
fontsize
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
fontsize
Span
stylefloat: left;
idiets
(size)
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attribute
Table Row (tr)
idprs
Table Cell (td)
Parameters
{Number} size
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.fontsize(size);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idindexOf
classnode
Table Row (tr)
idname
Table Cell (td)
indexOf
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Number
Span
stylefloat: left; font-weight: bold;
idiets
indexOf
Span
stylefloat: left;
idiets
(searchValue, fromIndex)
Table Row (tr)
iddes
Table Cell (td)
returns the found index of the given string in string.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} searchValue
{Number} fromIndex
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.indexOf(string,startPosition);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
iditalics
classnode
Table Row (tr)
idname
Table Cell (td)
italics
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
italics
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <I> tag set
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.italics();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idlastIndexOf
classnode
Table Row (tr)
idname
Table Cell (td)
lastIndexOf
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Number
Span
stylefloat: left; font-weight: bold;
idiets
lastIndexOf
Span
stylefloat: left;
idiets
(searchValue, fromIndex)
Table Row (tr)
iddes
Table Cell (td)
returns the found index of the given string in string from the end.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} searchValue
{Number} fromIndex
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.lastIndexOf(string,startPosition);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idlink
classnode
Table Row (tr)
idname
Table Cell (td)
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
link
Span
stylefloat: left;
idiets
(hrefAttribute)
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <A> tag set.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} hrefAttribute
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.link(url);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idlocaleCompare
classnode
Table Row (tr)
idname
Table Cell (td)
localeCompare
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Number
Span
stylefloat: left; font-weight: bold;
idiets
localeCompare
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
Replace with description
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
var s = "Have a nice day!";
application.output(s.localeCompare("Hello"));
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idmatch
classnode
Table Row (tr)
idname
Table Cell (td)
match
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Array
Span
stylefloat: left; font-weight: bold;
idiets
match
Span
stylefloat: left;
idiets
(regexp)
Table Row (tr)
iddes
Table Cell (td)
returns an array of strings within the current string that matches the regexp.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{RegExp} regexp
Table Row (tr)
idret
Table Cell (td)
Returns
Array
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.match(regexpr);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idreplace
classnode
Table Row (tr)
idname
Table Cell (td)
replace
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
replace
Span
stylefloat: left;
idiets
(regexp, newSubStr)
Table Row (tr)
iddes
Table Cell (td)
returns a strings where all matches of the regexp are replaced.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{RegExp} regexp
{String} newSubStr
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.replace(regexpr,replacestring);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsearch
classnode
Table Row (tr)
idname
Table Cell (td)
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
Number
Span
stylefloat: left; font-weight: bold;
idiets
search
Span
stylefloat: left;
idiets
(regexp)
Table Row (tr)
iddes
Table Cell (td)
returns a index where the first match is found of the regexp
Table Row (tr)
idprs
Table Cell (td)
Parameters
{RegExp} regexp
Table Row (tr)
idret
Table Cell (td)
Returns
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.search(regexpr);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idslice
classnode
Table Row (tr)
idname
Table Cell (td)
slice
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
slice
Span
stylefloat: left;
idiets
(beginSlice, [endSlice])
Table Row (tr)
iddes
Table Cell (td)
returns a substring of the string.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{Number} beginSlice
{Number} [endSlice]
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.slice(start [,end]);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsmall
classnode
Table Row (tr)
idname
Table Cell (td)
small
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
small
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <SMALL> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.small();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsplit
classnode
Table Row (tr)
idname
Table Cell (td)
split
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
split
Span
stylefloat: left;
idiets
(separator, limit)
Table Row (tr)
iddes
Table Cell (td)
returns an array of objects whose elements are segments of the current string.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{String} separator
{Number} limit
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.split(delimiter [,limitInteger]);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idstrike
classnode
Table Row (tr)
idname
Table Cell (td)
strike
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
strike
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <STRIKE> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.strike();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsub
classnode
Table Row (tr)
idname
Table Cell (td)
sub
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
sub
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <SUB> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.sub();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsubstr
classnode
Table Row (tr)
idname
Table Cell (td)
substr
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
substr
Span
stylefloat: left;
idiets
(start, [length])
Table Row (tr)
iddes
Table Cell (td)
returns a substring of the string from the start with the number of chars specified.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{Number} start
{Number} [length]
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.substr(start [,number of chars]);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsubstring
classnode
Table Row (tr)
idname
Table Cell (td)
substring
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
substring
Span
stylefloat: left;
idiets
(indexA, [indexB])
Table Row (tr)
iddes
Table Cell (td)
Returns a substring of the string from the start index until the end index.
Table Row (tr)
idprs
Table Cell (td)
Parameters
{Number} indexA
{Number} [indexB]
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.substring(start [,end]);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idsup
classnode
Table Row (tr)
idname
Table Cell (td)
sup
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
sup
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a copy of the string embedded within an <SUP> tag set.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.sup();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idtoLocaleLowerCase
classnode
Table Row (tr)
idname
Table Cell (td)
toLocaleLowerCase
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
toLocaleLowerCase
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
Replace with description
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
var s = "Have a nice day!";
application.output(s.toLocaleLowerCase());
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idtoLocaleUpperCase
classnode
Table Row (tr)
idname
Table Cell (td)
toLocaleUpperCase
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
toLocaleUpperCase
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
Replace with description
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
var s = "Have a nice day!";
application.output(s.toLocaleUpperCase());
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idtoLowerCase
classnode
Table Row (tr)
idname
Table Cell (td)
toLowerCase
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
toLowerCase
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a string with all lowercase letters of the current string.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.toLowerCase();
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idtoUpperCase
classnode
Table Row (tr)
idname
Table Cell (td)
toUpperCase
Table Row (tr)
idsig
Table Cell (td)
Span
stylefloat: left; margin-right: 5px;
String
Span
stylefloat: left; font-weight: bold;
idiets
toUpperCase
Span
stylefloat: left;
idiets
()
Table Row (tr)
iddes
Table Cell (td)
returns a string with all uppercase letters of the current string.
Table Row (tr)
idret
Table Cell (td)
Returns
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
string.toUpperCase();
Table Row (tr)
classlastDetailRow
Table Cell (td)