I "inherit" a lot of pages where the ID's for all input elements have the format
id="some_name"
or
id="some_option_3"
what I need is something fast and simple that will get rid of all the "_" and clean my code to something like
id="somename"
id="someoption3"
I've been using the Search and Replace in different ways but so far the best I could do is using regular expressions get the instances in the results page of every place where ID is named in that way.
Now as for changing the ID to the second format I haven't found anything yet.
Any ideas?
grtfercho çB^]\..
"Imagination is more important than Knowledge" A. Einstein
id="some_name"
or
id="some_option_3"
what I need is something fast and simple that will get rid of all the "_" and clean my code to something like
id="somename"
id="someoption3"
I've been using the Search and Replace in different ways but so far the best I could do is using regular expressions get the instances in the results page of every place where ID is named in that way.
Now as for changing the ID to the second format I haven't found anything yet.
Any ideas?
grtfercho çB^]\..
"Imagination is more important than Knowledge" A. Einstein