🔁


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. Чтобы изменить порядок названия и номера песни, вы можете использовать регулярные выражения (регулярные выражения) или подстановочные знаки в диалоговом окне замены многих текстовых редакторов, например, введите <strong><span class="nobr">(.+) (\d+)</span></strong> или <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> в поле <strong>«Найти»</strong> и введите <strong><span class="nobr">$2 $1</span></strong> или <strong><span class="nobr">\2 \1</span></strong> в соответствующем поле <strong>«Заменить»</strong> .
    Чтобы изменить порядок названия и номера песни, вы можете использовать регулярные выражения (регулярные выражения) или подстановочные знаки в диалоговом окне замены многих текстовых редакторов, например, введите <strong><span class="nobr">(.+) (\d+)</span></strong> или <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> в поле <strong>«Найти»</strong> и введите <strong><span class="nobr">$2 $1</span></strong> или <strong><span class="nobr">\2 \1</span></strong> в соответствующем поле <strong>«Заменить»</strong> .
    changed by Jürgen .
    Copy to clipboard