Jethro commented on a Page, 2 in 1 - Tinyurl and !d (google define) sockets  -  Feb 09, 2011

Dean, look:> alias test {
if ($regex(

http://tinyurl.com/1c2,/
(http://tinyurl.com/1c2.*)/i)) echo -a $regml(1)
}This will return > http://tinyurl.com/1c2
Now when you add the question mark again:> alias test {
if ($regex(
http://tinyurl.com/1c2,/
(http://tinyurl.com/1c2.***?**)/i)) echo -a $regml(1)
}It will print out> http://tinyurl.com/1c2without the
html tag.
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.