Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This routine is available starting with SIL Engine™ 2.5.15 / 2.6.7.
Info
titleAvailability
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

matchText(input, regex)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Returns the text matched or empty string if it doesn't match.

Returns the text matched or empty string if it doesn't match.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

input

...

String

Yes

Specifies a character expression to match the regex against.

regex

...

String

Yes

Specifies a regular expression to match the specified string.

Return

...

Type

string

Related routines

Filter by label (Content by label)
showLabelsfalse
spacesSIL40
showSpacefalse
cqllabel = "regex" and space = "SIL"
labelsregex

Example

...

String

Example

Code Block
wret = matchText("This will return ?", ".*will");
print("Return " + wret);

Returns the string matched (at the beginning of the string until will until "will" word.

...

Note

For more information on regular expressions, see Oracle documentation.

See also

Filter by label (Content by label)
showLabelsfalse
max10025
showSpacefalse
cqllabel = "string_routines" and space = currentSpace ( )
labelsstringarray_routines