url-regex
url-regex copied to clipboard
Add option to only return urls surrounded by word boundaries
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)