Re: index-replace: variable substitution?

2018-10-24 Thread Ryan Suarez
Hi Yossi, Thank you. I finally got it to work using this configuration: index.replace.regexp url:site=/https?:..([a-zA-Z0-9]+).mydomain.ca.*/$1/ cheers, Ryan On Sat, 2018-10-13 at 03:13 +0300, Yossi Tamari wrote: > Hi Ryan, > > > > From looking at the code of

RE: index-replace: variable substitution?

2018-10-12 Thread Yossi Tamari
Hi Ryan, >From looking at the code of index-replace, it uses Java's Matcher.replaceAll > > , so $1 (for example) should work. Yossi. > -Original Message- > From: Ryan Suarez