Strip comments from a string: Difference between revisions

Content deleted Content added
Underscore (talk | contribs)
Added Haskell.
{{omit from|PARI/GP}}
Line 286:
# Stripping comments from an input file
cut -f 1 -d '#' foobar.txt | cut -f 1 -d ';'</lang>
 
{{omit from|PARI/GP|No real capacity for string manipulation}}
 
[[Category:String manipulation]]