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

Compare with Current View Page History

« Previous Version 5 Next »

This function returns 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$")

This example returns a boolean value : true

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a BOOLEAN