Open sonufarid opened 5 years ago
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
@sonufarid Thanks a lot! I will review and release it soon!
Thank you @korzio . Big fan of the library 👍
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