Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan for IBANs in text #9

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Scan for IBANs in text #9

wants to merge 3 commits into from

Conversation

smndtrl
Copy link

@smndtrl smndtrl commented Jan 5, 2024

Hi @JohnPeel,

I came across your work while looking for a way to scan for IBANs in longer text and be more lenient with how it is written.

I started working on way to create a Regex for the common blocks of 4 separated by \s and another way of writing the semantic blocks separated by space as well.

Are you interested in having this as part of your repo?

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9548611) 96.20% compared to head (a704124) 97.68%.

❗ Current head a704124 differs from pull request most recent head 68cfa2e. Consider uploading reports for the commit 68cfa2e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   96.20%   97.68%   +1.47%     
==========================================
  Files           2        2              
  Lines         448      475      +27     
  Branches      448      475      +27     
==========================================
+ Hits          431      464      +33     
  Misses          1        1              
+ Partials       16       10       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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