Can you tell me if there is a way to create one string from another one using the options?
For example:
{Hi|Hello|Hey}, how are you {today|doing}?
This string is the base for randomly generated string using these values.
So it can be:
Hello, how are you today? or Hi, how are you doing? or any variation.
Is there a simple way to do so?
The main thing that the initial string is not "fixed", so it can be any string with any {..|..} values, that can be found on any place instide this string.