Difference between revisions of "Haskell Quiz/Text Munger"

From HaskellWiki
Jump to navigation Jump to search
m (Added a solution)
 
Line 9: Line 9:
 
* [[Haskell Quiz/Text Munger/Solution Dolio|Dan Doel]]
 
* [[Haskell Quiz/Text Munger/Solution Dolio|Dan Doel]]
 
* [[Haskell Quiz/Text Munger/Solution Tel|Joseph Abrahamson]]
 
* [[Haskell Quiz/Text Munger/Solution Tel|Joseph Abrahamson]]
  +
* [[Haskell Quiz/Text Munger/Solution Stoltze|Simon Stoltze]]
   
 
[[Category:Haskell Quiz|Text Munger]]
 
[[Category:Haskell Quiz|Text Munger]]

Latest revision as of 22:16, 15 December 2007

RubyQuiz #76: A program that scrambles the middle letters of words, leaving the first and last letters, as well as formatting and punctuation unchanged.

The Problem

Solutions