Hi,
I would like to know if there is a program that can find code and replace it, in a more advanced way than dreamweaver, notepad++, word etc.
The first thing I would like to do with it is edit a snippet of code. It is the code for a combo box for selecting nationality ( in spanish). I want the 'value' to be the same as the name of the country. So if 'Argentina' is selected, the value is also 'Argentina'. RIght now the values are abreviated forms of the country's. Heres a sample:
< option value="AF">Afganistán</ option>
I would like a way of going down the list and changing everything between =' and the next ' (in this case 'AF', and replacing it with whatver comes between the first > and the first < (in this case afganistán.
THanks in advance for any help.
|