Snippets tagged content spinning

  • Content spinner

    Given a string containing spinning expressions in the form "{string1|string2|...|stringN}", returns a string content randomly spinned. Spinning expressions can be nested. For instance, the spinned results of string "a{b|{c1|c2}}" will be one of the following : "ab" "ac1" "ac2"

    5 people like this

    Posted: 7 years ago by Didier Colin