BracketUnescape()
Use BracketUnescape() to decode your encoded values intro a string.
BracketUnescape() can be used to decode a value that was encoded with BracketEscape().
The output of BracketUnescape() is a string with all MDX square brackets replaced with single square brackets.
Syntax
BracketUnescape(<string>)
Argument |
Description |
Required/Optional |
---|---|---|
String |
The string that you want to decode. |
Required |