Child pages
  • RegExp

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 SummarySpecifies if the "g" modifier is set.Specifies if the "i" modifier is set.An integer specifying the index at which to start the next match.Specifies if the "m" modifier is set.The text used for pattern matching.

servoy sSummary12%30%58%height: 30px;3Methods SummarySearch a string for a specified value.Search a string for a specified value.

propertyservoy sDetail2100%height:30px2Property Detailsglobalname

global

dessIndent
Specifies if the "g" modifier is set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowignoreCasename

ignoreCase

dessIndent
Specifies if the "i" modifier is set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
lastIndexname

lastIndex

dessIndent
An integer specifying the index at which to start the next match.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
multilinename

multiline

dessIndent
Specifies if the "m" modifier is set.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
sourcename

source

dessIndent
The text used for pattern matching.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow

functionservoy sDetail2100%height:30px2Methods Detailsexecname

exec(string)

dessIndent
Search a string for a specified value. Returns the found value and remembers the position.
prs

Parameters

sIndentstring ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowtestname

test(string)

dessIndent
Search a string for a specified value. Returns true or false.
prs

Parameters

sIndentstring ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow