From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-02-21 03:33:03


   Hi Alex.

> Is there any reason why regex.replace arguments are separated by space,
> not colon ?!

   Just improvising an answer here... :-)

   Possibly because there is no limit on the number of elements in a
list (i.e. in a single parameter) and you can iterate through all of
them while the same does not hold for the number of parameters.

   Best regards,
     Jurko Gospodnetić