<% @conf
main.JostracaVersion = 0.4
main.TemplateScript = java
%>
<% init!
_setFullFileName( "ReplaceRegExp.txt" );
String foo = "oof";
String bar = "rab";
%>
<% @replace-regexp \${(.*?)} $<o>=$1$<c> %>
the value of foo is: ${foo}
the value of bar is: ${bar}
|