PatternMatchesEndsWith (MDX+)
Tells whether or not a string ends with the pattern expression.
Parameters
Name | Type | Cardinality | Default value |
pattern | one | ||
string | one | ||
CASE_SENSITIVE|CASE_INSENSITIVE | zero-one | CASE_SENSITIVE |
Return
boolean
Description
Tells whether or not a string ends with the pattern expression.
The option CASE_SENSITIVE|CASE_INSENSITIVE is defaulted to CASE_SENSITIVE.
Returns false if the regexp or the string parameter is null.
See Also
PatternMatchesStartsWith PatternMatchesContains PatternMatchesEquals PatternMatches Filter
Examples
Since Version
8.0.0-rc.3
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.