On Wed, Jan 24, 2001 at 12:42:58PM -0600, Paul Makepeace wrote:
> 
> Exercise: Implement the "except the last" in a regex :-)
> Extra points for squeezing it into a single regex rather than
> a while / $' solution


s/\.(?=.*\.)/_/g;

 .robin.

-- 
Are we not drawn onward, we few, drawn onward to new era?

Reply via email to