Skip to end of banner
Go to start of banner

matchText

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

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

Parameters

Return Type

String

Example

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

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

For more information on regular expressions, see Oracle documentation.

See also

  • No labels