There's also PositionableStream >> #nextLine which lets you write code like
[readStream atEnd] whileFalse:
[(self regexMatch: readStream nextLine)
ifNotNil: [:matchingLine | "Record match somewhere here"]]
Cheers,
Henry
--
View this message in context:
http://forum.world.st/OrderedCollection-get-all-lines-tp4894314p4894324.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
