Skip to content Skip to sidebar Skip to footer
Showing posts with the label Overlapping Matches

Overlapping Matches With Finditer() In Python

I'm using a regex to match Bible verse references in a text. The current regex is REF_REGEX = … Read more Overlapping Matches With Finditer() In Python