[comp.unix.questions] sed: how to capitalize replacement text?

brian@caen.engin.umich.edu (Brian Holtz) (04/04/89)

Is there a way to uppercase the pattern text in the replacement text
with sed's substitute command?  In ex/vi, you just say
	s/regexp/\U&/
but not, apparently, in sed/ed.