templating icon indicating copy to clipboard operation
templating copied to clipboard

Support for randomly generated strings

Open dsteeley opened this issue 2 years ago • 1 comments

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

dsteeley avatar Jun 15 '23 13:06 dsteeley

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.

YuliiaKovalova avatar Jun 15 '23 16:06 YuliiaKovalova