Open vixalien opened 1 year ago
currently, the URL will return true for https://url.coINVALID and return "https://url.co". would be nice to have the library not match these (same kinda thing like the \b flag)
https://url.coINVALID
\b
currently, the URL will return true for
https://url.coINVALID
and return "https://url.co". would be nice to have the library not match these (same kinda thing like the\b
flag)