Spintax is a collection of words or phrases. Each word/phrase is delimited by | (pipe) character. The Spintax begins with an opening curly bracket { and ends with a closing curly bracket }. A random word/phrase is chosen from each delimited section of the text.

Example: { Her | My | His } favorite color is { Red | Blue | Green | Yellow } With this Spintax we can get the following results:

  1. His favorite color is Yellow
  2. My favorite color is Red
  3. His favorite color is Red
  4. Her favorite color is Green
  5. His favorite color is Blue
  6. My favorite color is Green
  7. Her favorite color is Red
  8. Her favorite color is Blue
  9. My favorite color is Blue
  10. Her favorite color is Yellow
  11. His favorite color is Green

From just one line of spintaax it generates 11 different sentences.
Using Dynamic variables within a spinax is possible. Example { #datetime# | #time# }