The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"[SOLVED] Macro to string"
tennenrishin
Member Posts: 177 Contributor II
If a macro contains the '\' character, is there any way to make a literal string out of it?
(In my case, it is a regex input to a process, and it is to be used in a call to matches(...) (in Generate Attributes). I would like to avoid having to use "\\" instead, because the regex is also used elsewhere directly.)
(In my case, it is a regex input to a process, and it is to be used in a call to matches(...) (in Generate Attributes). I would like to avoid having to use "\\" instead, because the regex is also used elsewhere directly.)
0
Answers
macro("myMacro", "defaultValue")
This function will be available in RapidMiner 5.2.009.
Best,
 ~Marius