How to use macro within a regular expression


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
💬0 Comments | 🔥0 Discussions | 👤0 Members | 🔌0 Online |
Answers
you can build your regex with a real value and replace it afterwards with %{macroname} inside the Parameters panel.
Greetings,
Jonas