How to bulk replace in notepad++

Solved
flexi2202 Posted messages 3640 Registration date   Status Member Last intervention   -  
flexi2202 Posted messages 3640 Registration date   Status Member Last intervention   -
bonjour a tous
je souhaiterais modifier un gros paquet de ligne de ce style avec notepad++
<option value="Azerbaidjan">Azerbaidjan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrein">Bahrein</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbade">Barbade</option> <option selected="selected" value="be">Belgique</option> <option value="Bermudes">Bermudes</option> <option value="Bhoutan">Bhoutan</option> <option value="Biélorussie">Biélorussie</option> <option value="Bolivie">Bolivie</option>

par exemple remplacer
<option value="Bahamas">Bahamas</option>

par

<option value="javascript:visibilite('opt4');">
Bahamas</option>
et faire cela pour toute la liste

Merci de l aide

Configuration: Windows XP / Firefox 22.0

3 answers

  1. bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 435
     
    search >> replace >> 'open documents' option OR 'search in folder files' tab
    .... :)

    --
    the 'www' is also made for communicating, sharing, and exchanging, right?
    thank you for having the courtesy to respond to those who are trying to help you
    0
  2. flexi2202 Posted messages 3640 Registration date   Status Member Last intervention   190
     
    Thank you for the tip, but I want to do this in a few clicks to do everything at once.
    0
    1. bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 435
       
      Well, that's exactly doable this way... :)
      0
    2. mpmp93 Posted messages 2931 Registration date   Status Member Last intervention   1 341
       
      Good evening,

      A list of countries? For a selection on the site about what? ...if it's not too intrusive?

      because in general, putting all the countries of the world on a form asking for the address is annoying....

      Start with France, then the neighboring French-speaking countries, and if you really insist, all the other countries....

      See you!
      0
  3. flexi2202 Posted messages 3640 Registration date   Status Member Last intervention   190
     
    Good evening
    thank you for the tip, it's done, I ended up doing everything manually
    thanks again
    0