u-ryo's blog

Raw tag

Raw tag is used here to prevent groovy code parsing.

####Code:

<%= raw text: '${ 2 + 2 }' %> = ${ 2 + 2 }

####Result:

<%= raw text: ‘${ 2 + 2 }’ %> = ${ 2 + 2 }