Hi,
Say I have a string
"I {would like to|want to|love to} do {it|that}."
What is the fastest way to make a function to randomly choose a selection within each {} and returns a random string such as "I want to do that."
Any ideas? Thanks.
Say I have a string
"I {would like to|want to|love to} do {it|that}."
What is the fastest way to make a function to randomly choose a selection within each {} and returns a random string such as "I want to do that."
Any ideas? Thanks.
Last edited: