I have a short question: Is it possible to store a Regex as string in a variable (ok, I know that is possible) and then execute it?
Or is the only possibility to store and use the match and substitution pattern in a variable?
Thanks in advance for your help!