Open tangyk opened 4 days ago
Hi,
I would like using string template with JTE. Is there some example for doing this ?
For example: String template = """ Hello, ${user}! """;
are expected to be Hello, Tom! when parameter user is set to Tom.
Thank you for any help.
Hi,
I would like using string template with JTE. Is there some example for doing this ?
For example: String template = """ Hello, ${user}! """;
are expected to be Hello, Tom! when parameter user is set to Tom.
Thank you for any help.