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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a BOOLEAN value true, if string s matches regular expression regexp, otherwise returns false.

Syntax
matches(string s, string regexp) #Output: Boolean
Examples
Parser expressionDescription
 matches("readme.txt", ".*\\.txt$")

The function returns a BOOLEAN value : true

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a BOOLEAN