String tokens in dotnet

Posted by julio on Stack Overflow See other posts from Stack Overflow or by julio
Published on 2010-06-01T19:31:46Z Indexed on 2010/06/01 19:33 UTC
Read the original article Hit count: 307

Filed under:
|
|

I am writing a app in dotnet which will generate random text based on some input. So if I have text like "I love your {lovely|nice|great} dress" I want to choose randomly from lovely/nice/great and use that in text. Any suggestions in c# or vb.net are welcome

© Stack Overflow or respective owner

Related posts about c#

Related posts about vb.net