This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Re: Answer: More than one way to do it??? in thread More than one way to do it???
This is correct. According to the Camel book, the right hand
side of a substitution (//) is considered to be outside of the
regex. So the "special" variable (i.e. \1) is treated as a
"normal" scalar variable thus it can be interpolated there
because this side functions as if it was a double quoted string.
|