If I have some text formatted as follows:
something blah 20
other thing 15
it foo 7
What find_text_lines often seems to do is give me lines like:
something
other
it
blah
thing
foo
20
15
7
Ideally I would be able to specify some tolerance of what's considered the same line but just white-space.
Apologies if I'm missing something obvious that already exists.