Skip to content

Issue 86: Correct the IPV4 regular expression#87

Open
sonufarid wants to merge 1 commit into
korzio:masterfrom
sonufarid:86-format-ipv4
Open

Issue 86: Correct the IPV4 regular expression#87
sonufarid wants to merge 1 commit into
korzio:masterfrom
sonufarid:86-format-ipv4

Conversation

@sonufarid

Copy link
Copy Markdown

IPV4 regular expression needs to be corrected from:
(\d?\d?\d){0,255} -> (\d){1,3}
with other checks to ensure each quad is less than 255

IPV4 regular expression needs to be corrected from:
(\d?\d?\d){0,255} -> (\d){1,3}
with other checks to ensure each quad is less than 255
@korzio

korzio commented Sep 5, 2019

Copy link
Copy Markdown
Owner

@sonufarid Thanks a lot! I will review and release it soon!

@sonufarid

Copy link
Copy Markdown
Author

@sonufarid Thanks a lot! I will review and release it soon!

Thank you @korzio . Big fan of the library 👍

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.

2 participants