Skip to main content

Module file_readers

Module file_readers 

Source

Structsยง

Grep
GREP(path, pattern [, invert]) - Read only lines matching a regex.
ReadText
READ_TEXT(path [, match_regex]) - Read a text file line by line.
ReadWords
READ_WORDS(path [, min_length [, case]]) - Read a text file and emit one row per word.