
Red Smurph - 2011-07-11 15:23:34
urlmatch generally performs a very good conversion of URLs, but there's one thing it doesn't handle well, possibly intentionally so.
Some users write something like "<http://url.com>". This will not generate a conversion.
Yet, if I write "http://url.com <http://url.com>" it will.
Why this special case?
Cheers