Just brainstorming: f.splitByLine() or f.splitLines()
byLine -> process the file line by line splitByLine -> split the file into lines
Just brainstorming: f.splitByLine() or f.splitLines()
byLine -> process the file line by line splitByLine -> split the file into lines