Child pages
  • String

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
{div:style=display:none} DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING. THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.\\ \\ Enter additional information related to this 'class' inside the \{div} macro with 'id=description'{div} {div:id=description}{div}\\ {table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Property Summary{th}{tr}{tbody}{tr}{td}[Number]{td}{td}[#length] Gives the length of the string.{td}{tr}{tbody}{table}\\ {table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Method Summary{th}{tr}{tbody}{tr}{td}[String]{td}{td}[#anchor]\(nameAttribute) returns a copy of the string embedded within an anchor <A> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#big]\() returns a copy of the string embedded within an <BIG> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#blink]\() returns a copy of the string embedded within an <BLINK> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#bold]\() returns a copy of the string embedded within an <B> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#charAt]\(index) returns a character of the string.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#charCodeAt]\(index) returns a decimal code of the char in the string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#concat]\(string2) returns a string that appends the parameter string to the string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#concat]\(string2, stringN) returns a string that appends the parameter string to the string.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#equals]\(other) returns a boolean that checks if the given string is equal to the string{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#equalsIgnoreCase]\(other) returns a boolean that checks if the given string is equal to the string ignoring case{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#fixed]\() returns a copy of the string embedded within an anchor <TT> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#fontcolor]\(color) returns a copy of the string embedded within an <FONT> tag set, the color param is assigned the the color attribute.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#fontsize]\(size) returns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attribute{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#indexOf]\(searchValue, fromIndex) returns the found index of the given string in string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#italics]\() returns a copy of the string embedded within an <I> tag set{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#lastIndexOf]\(searchValue, fromIndex) returns the found index of the given string in string from the end.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#link]\(hrefAttribute) returns a copy of the string embedded within an
Wiki Markup
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClientsWordListMobileClient

servoy sSummary12%30%58%height: 30px;3Property SummaryGives the length of the string.

servoy sSummary12%30%58%height: 30px;3Methods Summaryreturns a copy of the string embedded within an anchor <A> tag set.returns a copy of the string embedded within an <BIG> tag set.returns a copy of the string embedded within an <BLINK> tag set.returns a copy of the string embedded within an <B> tag set.returns a character of the string.returns a decimal code of the char in the string.returns a string that appends the parameter string to the string.returns a string that appends the parameter string to the string.Determines whether a string ends with the characters of a specified string, returning true or false as appropriate.Determines whether a string ends with the characters of a specified string, returning true or false as appropriate.returns a boolean that checks if the given string is equal to the stringreturns a boolean that checks if the given string is equal to the string ignoring casereturns a copy of the string embedded within an anchor <TT> tag set.returns a copy of the string embedded within an <FONT> tag set, the color param is assigned the the color attribute.returns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attributereturns a string created by using the specified sequence of Unicode values.Determines whether one string may be found within another string.returns the found index of the given string in string.returns a copy of the string embedded within an <I> tag setreturns the found index of the given string in string from the end.returns a copy of the string embedded within an <A> tag set.returns an array of strings within the current string that matches the regexp.Returns the Unicode Normalization Form of the string.Returns the Unicode Normalization Form of the string.Constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.returns a new string where the matches of the given regexp are replaced by the return value of the function.returns a new string where the matches of the given reg exp are replaced by newSubStr.returns a new string where the first match of the given substr is replaced by the return value of the function.returns a new string where the first match of the given substr is replaced by newSubStr.returns an index where the first match is found of the regexpreturns a substring of the string.returns a substring of the string.returns a copy of the string embedded within an <SMALL> tag set.returns an array of objects whose elements are segments of the current string.returns an array of objects whose elements are segments of the current string.Determines whether a string begins with the characters of a specified string, returning true or false as appropriate.Determines whether a string begins with the characters of a specified string, returning true or false as appropriate.returns a copy of the string embedded within an <STRIKE> tag set.returns a copy of the string embedded within an <SUB> tag set.returns a substring of the string from the start with the number of chars specified.returns a substring of the string from the start with the number of chars specified.Returns a substring of the string from the start index until the end index.Returns a substring of the string from the start index until the end index.returns a copy of the string embedded within an <SUP> tag set.returns a string with all lowercase letters of the current string.returns a string with all uppercase letters of the current string.Returns the string stripped of whitespace from both ends.

propertyservoy sDetail2100%height:30px2Property Detailslengthname

length

dessIndent
Gives the length of the string.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow

functionservoy sDetail2100%height:30px2Methods Detailsanchorname

anchor(nameAttribute)

dessIndent
returns a copy of the string embedded within an anchor <A> tag set.
{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#localeCompare]\(otherString){td}{tr}{tbody}{tbody}{tr}{td}[Array]{td}{td}[#match]\(regexp) returns an array of strings within the current string that matches the regexp.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#replace]\(regexp, function) returns a new string where some or all matches of the regexp are replaced.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#replace]\(regexp, newSubStr) returns a new string where some or all matches of the regexp are replaced.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#replace]\(substr, function) returns a new string where the first match of the string is replaced.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#replace]\(substr, newSubStr) returns a new string where the first match of the string is replaced.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#search]\(regexp) returns an index where the first match is found of the regexp{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#slice]\(beginSlice) returns a substring of the string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#slice]\(beginSlice, endSlice) returns a substring of the string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#small]\() returns a copy of the string embedded within an <SMALL> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#split]\(separator, limit) returns an array of objects whose elements are segments of the current string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#strike]\() returns a copy of the string embedded within an <STRIKE> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#sub]\() returns a copy of the string embedded within an <SUB> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#substr]\(start) returns a substring of the string from the start with the number of chars specified.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#substr]\(start, length) returns a substring of the string from the start with the number of chars specified.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#substring]\(indexA) Returns a substring of the string from the start index until the end index.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#substring]\(indexA, indexB) Returns a substring of the string from the start index until the end index.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#sup]\() returns a copy of the string embedded within an <SUP> tag set.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#toLocaleLowerCase]\(){td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#toLocaleUpperCase]\(){td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#toLowerCase]\() returns a string with all lowercase letters of the current string.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#toUpperCase]\() returns a string with all uppercase letters of the current string.{td}{tr}{tbody}{table}\\ {table:id=property|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Property Details{th}{tr}{tbody:id=length}{tr:id=name}{td}h6.length{td}{tr}{tr:id=des}{td}{div:class=sIndent}Gives the length of the string.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.length; {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}\\ {table:id=function|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Method Details{th}{tr}{tbody:id=anchor-String}{tr:id=name}{td}h6.anchor{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}anchor{span}{span}\(nameAttribute){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an anchor <A> tag set.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} nameAttribute {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.anchor(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=big}{tr:id=name}{td}h6.big{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}big{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <BIG> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.big(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=blink}{tr:id=name}{td}h6.blink{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}blink{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <BLINK> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.blink(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=bold}{tr:id=name}{td}h6.bold{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}bold{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <B> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.bold(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=charAt-Number}{tr:id=name}{td}h6.charAt{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Number]{span}{span:style=font-weight: bold;}charAt{span}{span}\(index){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a character of the string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} index {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.charAt(integer_position); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=charCodeAt-Number}{tr:id=name}{td}h6.charCodeAt{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Number]{span}{span:style=font-weight: bold;}charCodeAt{span}{span}\(index){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a decimal code of the char in the string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} index {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.charCodeAt(integer_position); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=concat-String}{tr:id=name}{td}h6.concat{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}concat{span}{span}\(string2){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a string that appends the parameter string to the string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} string2 {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.concat(string); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=concat-String_String}{tr:id=name}{td}h6.concat{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}concat{span}{span}\(string2, stringN){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a string that appends the parameter string to the string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} string2 \{[String]} stringN {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.concat(string); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=equals-String}{tr:id=name}{td}h6.equals{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Boolean]{span}{span:style=font-weight: bold;}equals{span}{span}\(other){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a boolean that checks if the given string is equal to the string{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} other {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.equals(string); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=equalsIgnoreCase-String}{tr:id=name}{td}h6.equalsIgnoreCase{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Boolean]{span}{span:style=font-weight: bold;}equalsIgnoreCase{span}{span}\(other){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a boolean that checks if the given string is equal to the string ignoring case{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} other {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.equalsIgnoreCase(string); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=fixed}{tr:id=name}{td}h6.fixed{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}fixed{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an anchor <TT> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.fixed(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=fontcolor-String}{tr:id=name}{td}h6.fontcolor{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}fontcolor{span}{span}\(color){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <FONT> tag set, the color param is assigned the the color attribute.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} color {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.fontcolor(color); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=fontsize-Number}{tr:id=name}{td}h6.fontsize{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}fontsize{span}{span}\(size){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attribute{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} size {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.fontsize(size); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=indexOf-String_Number}{tr:id=name}{td}h6.indexOf{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Number]{span}{span:style=font-weight: bold;}indexOf{span}{span}\(searchValue, fromIndex){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns the found index of the given string in string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} searchValue \{[Number]} fromIndex {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.indexOf(string,startPosition); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=italics}{tr:id=name}{td}h6.italics{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}italics{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <I> tag set{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.italics(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=lastIndexOf-String_Number}{tr:id=name}{td}h6.lastIndexOf{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Number]{span}{span:style=font-weight: bold;}lastIndexOf{span}{span}\(searchValue, fromIndex){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns the found index of the given string in string from the end.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} searchValue \{[Number]} fromIndex {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.lastIndexOf(string,startPosition); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=link-String}{tr:id=name}{td}h6.link{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}link{span}{span}\(hrefAttribute){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <A> tag set.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} hrefAttribute {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.link(url); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=localeCompare-String}{tr:id=name}{td}h6.localeCompare{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Number]{span}{span:style=font-weight: bold;}localeCompare{span}{span}\(otherString){span}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} otherString {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} var s = "Have a nice day!"; application.output(s.localeCompare("Hello")); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=match-RegExp}{tr:id=name}{td}h6.match{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Array]{span}{span:style=font-weight: bold;}match{span}{span}\(regexp){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns an array of strings within the current string that matches the regexp.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[RegExp]} regexp {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Array]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.match(regexpr); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=replace-RegExp_Function}{tr:id=name}{td}h6.replace{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}replace{span}{span}\(regexp, function){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a new string where some or all matches of the regexp are replaced.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[RegExp]} regexp \{[Function]} function {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.replace(regexp,callback); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=replace-RegExp_String}{tr:id=name}{td}h6.replace{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}replace{span}{span}\(regexp, newSubStr){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a new string where some or all matches of the regexp are replaced.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[RegExp]} regexp \{[String]} newSubStr {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.replace(regexp,newSubStr); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=replace-String_Function}{tr:id=name}{td}h6.replace{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}replace{span}{span}\(substr, function){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a new string where the first match of the string is replaced.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} substr \{[Function]} function {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.replace(substr,callback); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=replace-String_String}{tr:id=name}{td}h6.replace{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}replace{span}{span}\(substr, newSubStr){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a new string where the first match of the string is replaced.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} substr \{[String]} newSubStr {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.replace(substr,newSubStr); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=search-RegExp}{tr:id=name}{td}h6.search{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[Number]{span}{span:style=font-weight: bold;}search{span}{span}\(regexp){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns an index where the first match is found of the regexp{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[RegExp]} regexp {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Number]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.search(regexpr); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=slice-Number}{tr:id=name}{td}h6.slice{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}slice{span}{span}\(beginSlice){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a substring of the string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} beginSlice {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.slice(start,end); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=slice-Number_Number}{tr:id=name}{td}h6.slice{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}slice{span}{span}\(beginSlice, endSlice){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a substring of the string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} beginSlice \{[Number]} endSlice {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.slice(start,end); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=small}{tr:id=name}{td}h6.small{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}small{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <SMALL> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.small(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=split-String_Number}{tr:id=name}{td}h6.split{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}split{span}{span}\(separator, limit){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns an array of objects whose elements are segments of the current string.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[String]} separator \{[Number]} limit {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.split(delimiter,limitInteger); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=strike}{tr:id=name}{td}h6.strike{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}strike{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <STRIKE> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.strike(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=sub}{tr:id=name}{td}h6.sub{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}sub{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <SUB> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.sub(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=substr-Number}{tr:id=name}{td}h6.substr{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}substr{span}{span}\(start){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a substring of the string from the start with the number of chars specified.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} start {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.substr(start, number_of_chars); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=substr-Number_Number}{tr:id=name}{td}h6.substr{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}substr{span}{span}\(start, length){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a substring of the string from the start with the number of chars specified.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} start \{[Number]} length {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.substr(start, number_of_chars); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=substring-Number}{tr:id=name}{td}h6.substring{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}substring{span}{span}\(indexA){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}Returns a substring of the string from the start index until the end index.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} indexA {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.substring(start, end); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=substring-Number_Number}{tr:id=name}{td}h6.substring{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}substring{span}{span}\(indexA, indexB){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}Returns a substring of the string from the start index until the end index.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Number]} indexA \{[Number]} indexB {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.substring(start, end); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=sup}{tr:id=name}{td}h6.sup{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}sup{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a copy of the string embedded within an <SUP> tag set.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.sup(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=toLocaleLowerCase}{tr:id=name}{td}h6.toLocaleLowerCase{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}toLocaleLowerCase{span}{span}\(){span}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} var s = "Have a nice day!"; application.output(s.toLocaleLowerCase()); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=toLocaleUpperCase}{tr:id=name}{td}h6.toLocaleUpperCase{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}toLocaleUpperCase{span}{span}\(){span}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} var s = "Have a nice day!"; application.output(s.toLocaleUpperCase()); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=toLowerCase}{tr:id=name}{td}h6.toLowerCase{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}toLowerCase{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}returns a string with all lowercase letters of the current string.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.toLowerCase(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=toUpperCase}{tr:id=name}{td}h6.toUpperCase{td}{tr}{tr:id=sig}{td}{span:style=margin-right: 5px;}[String]{span}{span:style=font-weight: bold;}toUpperCase{span}{span}\(){span}{td}{tr}{tr:id=des}{td}{div:class=sIndent}
prs

Parameters

sIndentnameAttribute ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowbigname

big()

dessIndent
returns a copy of the string embedded within an <BIG> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
blinkname

blink()

dessIndent
returns a copy of the string embedded within an <BLINK> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
boldname

bold()

dessIndent
returns a copy of the string embedded within an <B> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
charAtname

charAt(index)

dessIndent
returns a character of the string.
prs

Parameters

sIndentindex ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
charCodeAtname

charCodeAt(index)

dessIndent
returns a decimal code of the char in the string.
prs

Parameters

sIndentindex ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
concatname

concat(string2)

dessIndent
returns a string that appends the parameter string to the string.
prs

Parameters

sIndentstring2 ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
concatname

concat(string2, stringN)

dessIndent
returns a string that appends the parameter string to the string.
prs

Parameters

sIndentstring2 ;stringN ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
endsWithname

endsWith(searchString)

dessIndent
Determines whether a string ends with the characters of a specified string, returning true or false as appropriate.
prs

Parameters

sIndentsearchStringThe characters to be searched for at the end of str.
ret

Returns

sIndent true if the given characters are found at the end of the string; otherwise, false
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
endsWithname

endsWith(searchString, length)

dessIndent
Determines whether a string ends with the characters of a specified string, returning true or false as appropriate.
prs

Parameters

sIndentsearchStringThe characters to be searched for at the end of str.lengthIf provided, it is used as the length of str. Defaults to str.length.
ret

Returns

sIndent true if the given characters are found at the end of the string; otherwise, false
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
equalsname

equals(other)

dessIndent
returns a boolean that checks if the given string is equal to the string
prs

Parameters

sIndentother ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
equalsIgnoreCasename

equalsIgnoreCase(other)

dessIndent
returns a boolean that checks if the given string is equal to the string ignoring case
prs

Parameters

sIndentother ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
fixedname

fixed()

dessIndent
returns a copy of the string embedded within an anchor <TT> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
fontcolorname

fontcolor(color)

dessIndent
returns a copy of the string embedded within an <FONT> tag set, the color param is assigned the the color attribute.
prs

Parameters

sIndentcolor ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
fontsizename

fontsize(size)

dessIndent
returns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attribute
prs

Parameters

sIndentsize ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
fromCharCodename

fromCharCode(num)

dessIndent
returns a string created by using the specified sequence of Unicode values.
prs

Parameters

sIndentnum ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
includesname

includes()

dessIndent
Determines whether one string may be found within another string.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
indexOfname

indexOf(searchValue, fromIndex)

dessIndent
returns the found index of the given string in string.
prs

Parameters

sIndentsearchValue ;fromIndex ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
italicsname

italics()

dessIndent
returns a copy of the string embedded within an <I> tag set
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
lastIndexOfname

lastIndexOf(searchValue, fromIndex)

dessIndent
returns the found index of the given string in string from the end.
prs

Parameters

sIndentsearchValue ;fromIndex ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
linkname

link(hrefAttribute)

dessIndent
returns a copy of the string embedded within an <A> tag set.
prs

Parameters

sIndenthrefAttribute ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
localeComparename

localeCompare(otherString)

dessIndentprs

Parameters

sIndentotherString ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
matchname

match(regexp)

dessIndent
returns an array of strings within the current string that matches the regexp.
prs

Parameters

sIndentregexp ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
normalizename

normalize()

dessIndent
Returns the Unicode Normalization Form of the string. (defaults to "NFC" form)
ret

Returns

sIndent A string containing the Unicode Normalization Form of the given string.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
normalizename

normalize(form)

dessIndent
Returns the Unicode Normalization Form of the string.
form param can be one of "NFC", "NFD", "NFKC", or "NFKD", specifying the Unicode Normalization Form. If omitted or undefined, "NFC" is used.

These values have the following meanings:

"NFC"
Canonical Decomposition, followed by Canonical Composition.
"NFD"
Canonical Decomposition.
"NFKC"
Compatibility Decomposition, followed by Canonical Composition.
"NFKD"
Compatibility Decomposition.
prs

Parameters

sIndentformparam can be one of "NFC", "NFD", "NFKC", or "NFKD",
ret

Returns

sIndent A string containing the Unicode Normalization Form of the given string.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
repeatname

repeat(count)

dessIndent
Constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.
prs

Parameters

sIndentcountAn integer between 0 and +Infinity, indicating the number of times to repeat the string.
ret

Returns

sIndent A new string containing the specified number of copies of the given string.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
replacename

replace(regexp, function)

dessIndent
returns a new string where the matches of the given regexp are replaced by the return value of the function.
The function parameter is the function to be invoked to create the new substring (to put in place of the substring received from parameter #1).
prs

Parameters

sIndentregexp ;function ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
replacename

replace(regexp, newSubStr)

dessIndent
returns a new string where the matches of the given reg exp are replaced by newSubStr.
prs

Parameters

sIndentregexp ;newSubStr ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
replacename

replace(substr, function)

dessIndent
returns a new string where the first match of the given substr is replaced by the return value of the function.
The function parameter is the function to be invoked to create the new substring (to put in place of the substring received from parameter #1).
prs

Parameters

sIndentsubstr ;function ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
replacename

replace(substr, newSubStr)

dessIndent
returns a new string where the first match of the given substr is replaced by newSubStr.
prs

Parameters

sIndentsubstr ;newSubStr ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
searchname

search(regexp)

dessIndent
returns an index where the first match is found of the regexp
prs

Parameters

sIndentregexp ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
slicename

slice(beginSlice)

dessIndent
returns a substring of the string.
prs

Parameters

sIndentbeginSlice ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
slicename

slice(beginSlice, endSlice)

dessIndent
returns a substring of the string.
prs

Parameters

sIndentbeginSlice ;endSlice ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
smallname

small()

dessIndent
returns a copy of the string embedded within an <SMALL> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
splitname

split(separator, limit)

dessIndent
returns an array of objects whose elements are segments of the current string.
prs

Parameters

sIndentseparatorSpecifies the string which denotes the points at which each split should occur. If separator is an empty string, str is converted to an array of characters.limitOptional integer specifying a limit on the number of splits to be found.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
splitname

split(separator, limit)

dessIndent
returns an array of objects whose elements are segments of the current string.
prs

Parameters

sIndentseparatorSpecifies the string which denotes the points at which each split should occur. If separator is an empty string, str is converted to an array of characters.limitOptional integer specifying a limit on the number of splits to be found.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
startsWithname

startsWith(searchString)

dessIndent
Determines whether a string begins with the characters of a specified string, returning true or false as appropriate.
prs

Parameters

sIndentsearchStringThe characters to be searched for at the start of this string.
ret

Returns

sIndent true if the given characters are found at the beginning of the string; otherwise, false
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
startsWithname

startsWith(searchString, position)

dessIndent
Determines whether a string begins with the characters of a specified string, returning true or false as appropriate.
prs

Parameters

sIndentsearchStringThe characters to be searched for at the start of this string.positionThe position in this string at which to begin searching for searchString. Defaults to 0.
ret

Returns

sIndent true if the given characters are found at the beginning of the string; otherwise, false
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
strikename

strike()

dessIndent
returns a copy of the string embedded within an <STRIKE> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
subname

sub()

dessIndent
returns a copy of the string embedded within an <SUB> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
substrname

substr(start)

dessIndent
returns a substring of the string from the start with the number of chars specified.
prs

Parameters

sIndentstart ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
substrname

substr(start, length)

dessIndent
returns a substring of the string from the start with the number of chars specified.
prs

Parameters

sIndentstart ;length ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
substringname

substring(indexA)

dessIndent
Returns a substring of the string from the start index until the end index.
prs

Parameters

sIndentindexA ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
substringname

substring(indexA, indexB)

dessIndent
Returns a substring of the string from the start index until the end index.
prs

Parameters

sIndentindexA ;indexB ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
supname

sup()

dessIndent
returns a copy of the string embedded within an <SUP> tag set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
toLocaleLowerCasename

toLocaleLowerCase()

dessIndentret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
toLocaleUpperCasename

toLocaleUpperCase()

dessIndentret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
toLowerCasename

toLowerCase()

dessIndent
returns a string with all lowercase letters of the current string.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
toUpperCasename

toUpperCase()

dessIndent
returns a string with all uppercase letters of the current string.
{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript} string.toUpperCase(); {code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowtrimname

trim()

dessIndent
Returns the string stripped of whitespace from both ends.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow