Search code examples
playframeworkplayframework-1.xrythm

How to contact strings in RythmPlay template engine?


@str .length = @str.length()

outputs

abcde .length = 5

I tried various escaping techniques, but didn't find the correct one. How do I output

abcde.length = 5

?


Solution

  • This migration tutorial covers it:

    Jack is a @(vice)maniac.