Text processing/1: Difference between revisions

Content added Content deleted
m (→‎{{works with|Scala|2.8}}: correct statement)
Line 1,191: Line 1,191:


=={{header|Scala}}==
=={{header|Scala}}==
=={{works with|Scala|2.8}}==
{{works with|Scala|2.8}}
A fully functional solution, minus the fact that it uses iterators:
A fully functional solution, minus the fact that it uses iterators:
<lang scala>object DataMunging {
<lang scala>object DataMunging {