Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
string rain = "The rain in Spain falls mainly in the plain"; char[] vowels = {'a', 'e', 'i', 'o', 'u'}; Console.WriteLine(rain.Reverse().ToArray()); Console.WriteLine(rain.Where(r => !vowels.Contains(r)).ToArray()); // output ... //nialp eht ni ylniam sllaf niapS ni niar ehT //Th rn n Spn flls mnly n th pln //Press any key to continue . . .
This paste will be private.
From the Design Piracy series on my blog: