My large_file.txt
contains <tag>
to represent data such as parents, childs and so on. My large_file.txt
format is not xml format.
I want to read large_file.txt
size 100 MB as a one string, then using String matching to get my data as a object.
Any help please?
Thanks in advance