Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

There are actually some legitimate uses for shortening services.

The examples in my answer herehere would not have been possible without a shortening service. SO was misinterpreting the URL because it contained a regular expression as part of the query string:

http://www.strfriend.com/vis?re=<([A-Z][A-Z0-9]*)\b[^>]*>(.*%3F)</\1 

However in the answer I explicitly stated the reason for the shortened URLs.

There are actually some legitimate uses for shortening services.

The examples in my answer here would not have been possible without a shortening service. SO was misinterpreting the URL because it contained a regular expression as part of the query string:

http://www.strfriend.com/vis?re=<([A-Z][A-Z0-9]*)\b[^>]*>(.*%3F)</\1 

However in the answer I explicitly stated the reason for the shortened URLs.

There are actually some legitimate uses for shortening services.

The examples in my answer here would not have been possible without a shortening service. SO was misinterpreting the URL because it contained a regular expression as part of the query string:

http://www.strfriend.com/vis?re=<([A-Z][A-Z0-9]*)\b[^>]*>(.*%3F)</\1 

However in the answer I explicitly stated the reason for the shortened URLs.

Source Link
Gavin Miller
  • 2.1k
  • 1
  • 13
  • 21

There are actually some legitimate uses for shortening services.

The examples in my answer here would not have been possible without a shortening service. SO was misinterpreting the URL because it contained a regular expression as part of the query string:

http://www.strfriend.com/vis?re=<([A-Z][A-Z0-9]*)\b[^>]*>(.*%3F)</\1 

However in the answer I explicitly stated the reason for the shortened URLs.