Skip to content

Avoid repeated matches due blank spaces or tabs#87

Open
jsenin wants to merge 1 commit intojaxbot:masterfrom
jsenin:patch-1
Open

Avoid repeated matches due blank spaces or tabs#87
jsenin wants to merge 1 commit intojaxbot:masterfrom
jsenin:patch-1

Conversation

@jsenin
Copy link
Copy Markdown

@jsenin jsenin commented Feb 6, 2022

There are match loops using index + len(match) due spaces and tabs are not being calculated, so a regex could match many times when the line has spaces or tabs

There are match loops using index + len(match) due spaces and tabs are not being calculated, so a regex could match many times when the line has spaces or tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant