Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Fix findall capture group option #4

Merged
merged 5 commits into from
Nov 22, 2020
Merged

Fix findall capture group option #4

merged 5 commits into from
Nov 22, 2020

Conversation

ThatXliner
Copy link
Owner

Fixes #1

Uses finditer now
To make sure you can use capture groups in findall
Where Patter.finditer returns an Iterable (of Match[str]) instead of a List
Forgot to append newline...
@ThatXliner ThatXliner merged commit e233ee8 into master Nov 22, 2020
@ThatXliner ThatXliner deleted the fix-findall-group branch November 22, 2020 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Findall isn't respecting capturing groups
1 participant