Page 1 of 1

Mixed case regular expression

Posted: Thu Dec 05, 2002 5:04 am
by Murray
Given a statement such as

X = sizex

is there a single regular expression to change all the X's to Y's but maintain the case (ie change the statement to Y = sizey) or can it only be done in two steps?

Thanks in advance

Murray