BTW, what's the role of the ?'s in the following pattern?

$regsub(%r,/^.*?<a href="(.+?)".*/,\1,%d)

If it means "allow .* (or .+) zero or one time", it might be unnecessary for this pattern.

Last edited by Online; 02/05/03 02:48 PM.