erazor icon indicating copy to clipboard operation
erazor copied to clipboard

how can i change the delimiter syntax

Open zaxebo1 opened this issue 8 years ago • 0 comments

is there any method available by which i can change the delimiter from @ to <% and %> that is, instead of var s = new Template("Hello, @name!").execute({name:"World"}); i may be able to process this: var s = new Template("Hello, <%=name%>!").execute({name:"World"});

zaxebo1 avatar Jan 28 '17 01:01 zaxebo1