🔁


History

  1. To switch the order of the song's title and number you can use regular expressions (regex) or wildcards in the replace dialog of many text editors, e.g. enter <strong><span class="nobr">(.+) (\d+)</span></strong> or <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">&#92;2 &#92;1</span></strong> in the corresponding <strong>Replace</strong> field.
    To switch the order of the song's title and number you can use regular expressions (regex) or wildcards in the replace dialog of many text editors, e.g. enter <strong><span class="nobr">(.+) (\d+)</span></strong> or <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">&#92;2 &#92;1</span></strong> in the corresponding <strong>Replace</strong> field.

    To switch the order of the song's title and number you can use regular expressions (regex) or wildcards in the replace dialog of many text editors, e.g. enter <strong><span class="nobr">(.+) (\d+)</span></strong> or <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">&#92;2 &#92;1</span></strong> in the corresponding <strong>Replace</strong> field.

    changed via the API .
    Copy to clipboard
  2. Pour changer l'ordre du titre et du numéro du cantique, tu peux utiliser des expressions régulières (regex) ou des caractères génériques dans la boîte de dialogue de remplacement de nombreux éditeurs de texte, par exemple, écris <strong><span class="nobr">(.+) (\d+)</span></strong> ou <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> dans le champ <strong>Rechercher</strong> et saisis <strong><span class="nobr">$2 $1</span></strong> ou <strong><span class="nobr">\2 \1</span></strong> dans le champ <strong>Remplacer</strong> correspondant.
    Pour changer l'ordre du titre et du numéro du cantique, tu peux utiliser des expressions régulières (regex) ou des caractères génériques dans la boîte de dialogue de remplacement de nombreux éditeurs de texte, par exemple, écris <strong><span class="nobr">(.+) (\d+)</span></strong> ou <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> dans le champ <strong>Rechercher</strong> et saisis <strong><span class="nobr">$2 $1</span></strong> ou <strong><span class="nobr">\2 \1</span></strong> dans le champ <strong>Remplacer</strong> correspondant.
    changed by Stéphane HUC .
    Copy to clipboard
  3. Pour changer l'ordre du titre et du numéro du cantique, tu peux utiliser des expressions régulières (regex) ou des caractères génériques dans la boîte de dialogue de remplacement de nombreux éditeurs de texte, par exemple, écris <strong><span class="nobr">(.+) (\d+)</span></strong> ou <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> dans le champ <strong>Rechercher</strong> et saisis <strong><span class="nobr">$2 $1</span></strong> ou <strong><span class="nobr">\2 \1</span></strong> dans le champ <strong>Remplacer</strong> correspondant.
    Pour changer l'ordre du titre et du numéro du cantique, tu peux utiliser des expressions régulières (regex) ou des caractères génériques dans la boîte de dialogue de remplacement de nombreux éditeurs de texte, par exemple, écris <strong><span class="nobr">(.+) (\d+)</span></strong> ou <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> dans le champ <strong>Rechercher</strong> et saisis <strong><span class="nobr">$2 $1</span></strong> ou <strong><span class="nobr">\2 \1</span></strong> dans le champ <strong>Remplacer</strong> correspondant.
    changed by Stéphane HUC .
    Copy to clipboard