Add BufRead
extension methods for reading text terminated by a NewlinePattern
#11
Labels
blocked
Cannot be implemented until something else happens
enhancement
New feature or request therefor
Prerequisite: #10
There should be
NewlinePattern
equivalents of bothBufRead::read_line()
andBufRead::lines()
(andBufRead::read_until()
andBufRead::split()
?)Add options for whether to retain trailing matches and/or yield a final empty string after a final match
The text was updated successfully, but these errors were encountered: