GNOME Bugzilla – Bug 532385
No links if contains one or more capitalized "W" in www
Last modified: 2008-05-29 20:38:53 UTC
This bug was reported on https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/228751 "In gnome terminal do this: $ echo www.eXamPLe.Com Www.eXamPLe.Com wWw.eXamPLe.Com wWW.eXamPLe.Com When you mouse-over each link, only the first link appears correctly linked, but not the rest of them, since they have one of the "www" characters capitalized." Looking at the regexp on www in gnome-terminal is not really getting the [wW], but "echo www.bla.com www.bla.com www.blac.com" works fine.
Created attachment 110749 [details] [review] upper and low support I'm not really a regexp guru, but using the range works.
hm.. isn't there a way to set the whole string case insensitive? In perl they have a modifier //i but I don't know about this one :)
I really don't know either, so i used the little of regexp i know to fix it. Maybe this patch needs a little more love.
*** This bug has been marked as a duplicate of 402328 ***