url-regex icon indicating copy to clipboard operation
url-regex copied to clipboard

Add option to only return urls surrounded by word boundaries

Open vixalien opened this issue 2 years ago • 0 comments

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)

vixalien avatar Apr 03 '23 12:04 vixalien