templating
templating copied to clipboard
Support for randomly generated strings
Is your feature request related to a problem? Please describe.
I'm working on a template that requires an unique ID to be included in the output. This ID must be alphabetical characters only.
I've looked into using "random" and "guid" but neither are flexible enough for my use case.
Describe the solution you'd like.
A mechanism for templating in a randomly generated string.
Additional context
No response
Hi @dsteeley,
The template engine doesn't support randomly generated strings, but you can create your own macro that supports this functionality and deliver it to the repository. Please use this guideline for implementing it.
Let me know if you need any assistance.