String tokens in .NET

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 20:13 UTC
Read the original article Hit count: 230

Filed under:
|
|

I am writing a app in .NET 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 .NET