PatternMatches (MDX+)
Tells whether or not a string matches the given regular expression.
Parameters
Name | Type | Cardinality | Default value |
regexp | one | ||
string | one |
Return
boolean
Description
Tells whether or not a string matches the given regular expression.
This is mainly a wrapper of the Java matches function.
Returns false if the regexp or the string parameter is null.
See Also
PatternMatchesStartsWith PatternMatchesEndsWith PatternMatchesContains PatternMatchesEquals Filter
Examples
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.