Search and replace variable name with subscript
- To: mathgroup at smc.vnet.net
- Subject: [mg120121] Search and replace variable name with subscript
- From: "mailcwc at gmail.com" <mailcwc at gmail.com>
- Date: Sat, 9 Jul 2011 07:30:38 -0400 (EDT)
Is it possible to search and replace word with subscript? For examples, in a notebook file, d_y =3; (* Subscript[d, y] in display form *) I want to change it to d_x =3; The build-in find function can't find d_y.