<Alexander.Barilo@aexp.com>)
p4raw-id: //depot/perl@2821
$rest =~ s{
\b # start at word boundary
( # begin $1 {
- $urls : # need resource and a colon
+ $urls :[^:] # need resource and a colon
[$any] +? # followed by on or more
# of any valid character, but
# be conservative and take only