[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: A Regular Expression Question



Reco writes:
> Try it like this:
> 
> sed -r 's/&([a-z])/\1/g' <your_perl_files>

It worked like a charm. I forgot about the parentheses and the
\1 to limit the number of matches.

My thanks to everyone who emailed me both on and off-list.

Martin McCormick


Reply to: