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
How to use macro within a regular expression
KanikaAg15
Member Posts: 19 Learner II
in Help
Hi, I have a macro whose value is used across multiple operators. I want to use the same macro within a regular expression. Can any one give an example how to use the same.
0
Answers
you can build your regex with a real value and replace it afterwards with %{macroname} inside the Parameters panel.
Greetings,
Jonas