|
COMP 2400 Software Tools
Goals: Modify the
strategy
- doing chop gets rid of all the structure inherent in the file such
lists, one liners ets.
- instead do a selective chop on paragraphs
Useful commands/tips:
- remember to modify the $"
variable to a null string, i.e. "" before transforming the
file into a single string.
Useful Links:
Handouts:
Online Tutorial:
|