Strip comments from a string: Difference between revisions

Content added Content deleted
(Added Haskell.)
({{omit from|PARI/GP}})
Line 286: Line 286:
# Stripping comments from an input file
# Stripping comments from an input file
cut -f 1 -d '#' foobar.txt | cut -f 1 -d ';'</lang>
cut -f 1 -d '#' foobar.txt | cut -f 1 -d ';'</lang>

{{omit from|PARI/GP|No real capacity for string manipulation}}


[[Category:String manipulation]]
[[Category:String manipulation]]