Can I change the default variable delimiter in Freemarker?

Posted by JamesD on Stack Overflow See other posts from Stack Overflow or by JamesD
Published on 2010-05-04T13:57:55Z Indexed on 2010/05/04 21:28 UTC
Read the original article Hit count: 233

Filed under:
|
|

I am working on a project where I am generating some code/scripts (specifically Perl scripts) via Java and Freemarker. I have it working for now, but was wondering if there was some way to change the default variable delimiter ($) in Freemarker?

Or is there a different Java template engine that would use a variable delimiter more suitable for generating a Perl script?

© Stack Overflow or respective owner

Related posts about java

Related posts about freemarker