Randomize a part of the document
The text between <random> and </random> will be split on
the specified separator, and one of the resulting parts will be
returned, which one it will be is randomized.
- separator=string
- The separator to be used. If none is specified, newline will be used.
- Example:
- <random separator=+>This is a test+This is not a test+What is this?
</random>
Result (only works via spinner): This is a
test+This is not a test+What is this?