Thanks in advance.
Read a text file at once for regex searching
Paul via Digitalmars-d-learn Mon, 20 Mar 2023 10:46:43 -0700
I've been looking through our Library documentation and having
trouble finding what I want. **I'd like to read a text file in
all at once** and do some searching and analytics on it instead
of reading it bit by bit or line by line. Do we have some such
function in our std library?
- Read a text file at once for regex se... Paul via Digitalmars-d-learn
- Re: Read a text file at once for... Adam D Ruppe via Digitalmars-d-learn
- Re: Read a text file at once... Paul via Digitalmars-d-learn