Hi,
In File Comparison I seem to have trouble setting up a Replacement. I want to replace abcd101 with abcd104, abcd201 with abcd204 & so on. I'm trying to use following Replacement but it doesn't seem to work -
abcd(.)01 -> abcd$104
Other variants also failed to work -
abcd(.)01 -> abcd${1}04
abcd(.)01 -> abcd\104
abcd(.)01 -> abcd\{1}04
Please suggest.
In File Comparison I seem to have trouble setting up a Replacement. I want to replace abcd101 with abcd104, abcd201 with abcd204 & so on. I'm trying to use following Replacement but it doesn't seem to work -
abcd(.)01 -> abcd$104
Other variants also failed to work -
abcd(.)01 -> abcd${1}04
abcd(.)01 -> abcd\104
abcd(.)01 -> abcd\{1}04
Please suggest.
Comment