Skip to content

Support tolerance for horizontal whitespace #185

@WolfeCub

Description

@WolfeCub

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions