Child pages
  • String

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.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.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 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 regexp 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 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.

propertyservoy sDetail2100%height:30px2Property Detailslengthname

length

dessIndentGives 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)

dessIndentreturns a copy of the string embedded within an anchor <A> tag set.prs

Parameters

sIndentnameAttribute 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow bigname

big()

dessIndentreturns 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()

dessIndentreturns 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()

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns 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 
equalsname

equals(other)

dessIndentreturns a boolean that checks if the given string is equal to the stringprs

Parameters

sIndentother 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
equalsIgnoreCasename

equalsIgnoreCase(other)

dessIndentreturns a boolean that checks if the given string is equal to the string ignoring caseprs

Parameters

sIndentother 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
fixedname

fixed()

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns a copy of the string embedded within an <FONT> tag set, The size param is set to the SIZE attributeprs

Parameters

sIndentsize 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
fromCharCodename

fromCharCode(num)

dessIndentreturns 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 
indexOfname

indexOf(searchValue, fromIndex)

dessIndentreturns 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()

dessIndentreturns a copy of the string embedded within an <I> tag setret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
lastIndexOfname

lastIndexOf(searchValue, fromIndex)

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns 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 
replacename

replace(regexp, function)

dessIndentreturns 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)

dessIndentreturns a new string where the matches of the given regexp 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)

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns an index where the first match is found of the regexpprs

Parameters

sIndentregexp 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
slicename

slice(beginSlice)

dessIndentreturns 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)

dessIndentreturns 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()

dessIndentreturns 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)

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

Parameters

sIndentseparator limit 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
strikename

strike()

dessIndentreturns 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()

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentreturns 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)

dessIndentReturns 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)

dessIndentReturns 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()

dessIndentreturns 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()

dessIndentreturns 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()

dessIndentreturns a string with all uppercase letters of the current string.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow