Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Extracts string fragment using regular expression.

Syntax

...

Code Block
ExtractString(String_Expression, regular_expression, group)

Arguments

String_ExpressionMDX expression that returns string which should be parsed using regular expression.
regular_expressionRegular expression string that should be used to parse string.
groupMatched regular expression group (in parenthesis) that should be returned. If no group is specified then all matched string will be returned.

...