Help,
I'd like to replace all merge fields with a corresponding variable.
Currently we have one line
s/\\!(\$[\w\[\]\{\}\'\"]*)\\/$1/eeg;
handling all the replacements.
example we have
\!$FORM{Text1}
to
\!$FORM{Text20}
and $Text1 to $Text20 are replaced.
We'd like to change the style
\!$FORM{Variable_Name}\ to yyVariable_Nameyy
yyOWNERyy would be replaced with value for $OWNER
yyBOATyy would be replaced with $BOAT
I'm just not getting anywhere with the new RegExp. Any help appreciate.
Thanks,
Jer
I'd like to replace all merge fields with a corresponding variable.
Currently we have one line
s/\\!(\$[\w\[\]\{\}\'\"]*)\\/$1/eeg;
handling all the replacements.
example we have
\!$FORM{Text1}
to
\!$FORM{Text20}
and $Text1 to $Text20 are replaced.
We'd like to change the style
\!$FORM{Variable_Name}\ to yyVariable_Nameyy
yyOWNERyy would be replaced with value for $OWNER
yyBOATyy would be replaced with $BOAT
I'm just not getting anywhere with the new RegExp. Any help appreciate.
Thanks,
Jer