local variables and regular expression
Hi!
I try to built a regular expression which contains the value of a local variable, but I don't know how to 'quote' the '$' to prevent it from being interpreted as a part of the regex itself.
Does anyone know how it has to look like?
<if-local-variable mode="regex" name="old-src-dn" op="equal">.*\$groupScopeEdir.*</if-local-variable>
I tried to escape the '$' with a backslash and I tried different brackets without success.
Kind regards,
Christine
|