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

trailingPeriod setting not honored on subdomains

Open roger-obando opened this issue 2 years ago • 2 comments

Currently if I try to run urlRegexSafe on a string like 'http://www.google.com.' it will return 'http://www.google.com' as the first match but if I were to run it on 'http://www.google.com/subdir.' it will return 'http://www.google.com/subdir.' (trailing period included). Is this the intended functionality? How can I go about ensuring that trailing periods will always be ignored?

roger-obando avatar Oct 27 '21 20:10 roger-obando

I experience the same problem. Are there any plans to resolve this?

weckbach avatar Nov 23 '21 17:11 weckbach

PR welcome!

niftylettuce avatar Nov 23 '21 17:11 niftylettuce