Actions
Bug #12464
closedURI.regexp should not include comma at the end of string if followed by whitespace
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Description
Hello,
URI.regexp should not include comma at the end of string if followed by whitespace in my opinion.
USE CASES:
- test string: "http://domain.com, " - URI.regexp matches: "http://domain.com" (without comma)
- test string: "http://domain.com/?params=21,22,23, " - URI.regexp matches: "http://domain.com/?params=21,22,23," (with comma)
The point is some users are typing URLs with comma behind so than links are broken.
Actions
Like0
Like0Like0