Preserve Capitalization in Find / Replace
Posted: Sun Mar 09, 2003 3:12 am
I would like to have a find / replace expression that does the following:
convert
to
in *one* expession. That is, I want to find any instance of 'name' and replace it with 'other' preserving the capitalization of the first letter. So, in one find/replace 'name' becomes 'other' and 'Name' becomes 'Other'.
Is this doable in the current version of Textpad? If not, would this be considered for a future release?
Mike
convert
Code: Select all
public void setName() { return name;}Code: Select all
public void setOther() { return other;}Is this doable in the current version of Textpad? If not, would this be considered for a future release?
Mike