Skip to content

how can i change the delimiter syntax #20

@zaxebo1

Description

@zaxebo1

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"});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions