not autolinking all-numeric twitter hashtags in perl?
- by all_numeric_no_hash
I'm producing HTML from twitter search results. Happily using the Net::Twitter module :-)
One of the rules in Twitter is that all-numeric hashtags are not links.
This allows to unambiguously tweet things like "ur not my #1 anymore", as in here: http://twitter.com/natarias2007/status/11246320622
The solution I came up with looks like:
$tweet =~…